Interface CloudRuntimeEvent<ENTITY_TYPE,EVENT_TYPE extends java.lang.Enum<?>>
-
- All Superinterfaces:
org.activiti.api.model.shared.model.ApplicationElement,CloudRuntimeEntity,org.activiti.api.model.shared.event.RuntimeEvent<ENTITY_TYPE,EVENT_TYPE>,java.io.Serializable
- All Known Subinterfaces:
CloudVariableCreatedEvent,CloudVariableDeletedEvent,CloudVariableEvent,CloudVariableUpdatedEvent
public interface CloudRuntimeEvent<ENTITY_TYPE,EVENT_TYPE extends java.lang.Enum<?>> extends CloudRuntimeEntity, org.activiti.api.model.shared.event.RuntimeEvent<ENTITY_TYPE,EVENT_TYPE>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetEntityId()ID of the entity included in the message.java.lang.StringgetMessageId()ID of the message that carried the event, all the events that are part of the same tx are aggregated in the same message.java.lang.IntegergetSequenceNumber()Sequence index of the event if it is part of an aggregate within the message if part of the same transaction.-
Methods inherited from interface org.activiti.api.model.shared.model.ApplicationElement
getAppVersion
-
Methods inherited from interface org.activiti.cloud.api.model.shared.CloudRuntimeEntity
getAppName, getServiceFullName, getServiceName, getServiceType, getServiceVersion
-
-
-
-
Method Detail
-
getSequenceNumber
java.lang.Integer getSequenceNumber()
Sequence index of the event if it is part of an aggregate within the message if part of the same transaction.
-
getMessageId
java.lang.String getMessageId()
ID of the message that carried the event, all the events that are part of the same tx are aggregated in the same message.
-
getEntityId
java.lang.String getEntityId()
ID of the entity included in the message.
-
-