Interface CloudRuntimeEvent<ENTITY_TYPE,​EVENT_TYPE extends Enum<?>>

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getEntityId()
      ID of the entity included in the message.
      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.
      Integer getSequenceNumber()
      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.api.model.shared.event.RuntimeEvent

        getBusinessKey, getEntity, getEventType, getId, getParentProcessInstanceId, getProcessDefinitionId, getProcessDefinitionKey, getProcessDefinitionVersion, getProcessInstanceId, getTimestamp
    • 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.