Interface MessageSubscription

All Known Implementing Classes:
MessageSubscriptionImpl

public interface MessageSubscription
  • Method Details

    • getMessageSubscriptionKey

      Long getMessageSubscriptionKey()
    • getProcessDefinitionId

      String getProcessDefinitionId()
    • getProcessDefinitionKey

      Long getProcessDefinitionKey()
    • getProcessInstanceKey

      Long getProcessInstanceKey()
    • getElementId

      String getElementId()
    • getElementInstanceKey

      Long getElementInstanceKey()
    • getMessageSubscriptionState

      MessageSubscriptionState getMessageSubscriptionState()
    • getLastUpdatedDate

      OffsetDateTime getLastUpdatedDate()
    • getMessageName

      String getMessageName()
    • getCorrelationKey

      String getCorrelationKey()
    • getTenantId

      String getTenantId()