Interface EntityAwareNotificationState
-
- All Superinterfaces:
NotificationState
,Serializable
public interface EntityAwareNotificationState extends NotificationState
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getEntityType()
void
setEntityType(String entityType)
-
Methods inherited from interface com.broadleafcommerce.common.messaging.notification.domain.NotificationState
getAttempts, getChangeTimestamp, getChangeTimestampAck, getMessageType, getMessageValue, getName, getNextAttempt, isAcked, isStopped, setAcked, setAttempts, setChangeTimestamp, setChangeTimestampAck, setMessageType, setMessageValue, setName, setNextAttempt, setStopped
-
-