Interface CloudRuntimeEvent<ENTITY_TYPE,EVENT_TYPE extends Enum<?>>
-
- All Superinterfaces:
org.activiti.api.model.shared.model.ApplicationElement,CloudRuntimeEntity,org.activiti.api.model.shared.event.RuntimeEvent<ENTITY_TYPE,EVENT_TYPE>,Serializable
- All Known Subinterfaces:
CloudVariableCreatedEvent,CloudVariableDeletedEvent,CloudVariableEvent,CloudVariableUpdatedEvent
public interface CloudRuntimeEvent<ENTITY_TYPE,EVENT_TYPE extends 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 StringgetEntityId()ID of the entity included in the message.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.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
Integer getSequenceNumber()
Sequence index of the event if it is part of an aggregate within the message if part of the same transaction.
-
getMessageId
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
String getEntityId()
ID of the entity included in the message.
-
-