Interface MessageExecutionContext
-
- All Known Implementing Classes:
DefaultMessageExecutionContext
public interface MessageExecutionContext
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description MessageEventSubscriptionEntitycreateMessageEventSubscription(CommandContext commandContext, DelegateExecution execution)ThrowMessagecreateThrowMessage(DelegateExecution execution)java.lang.StringgetMessageName(DelegateExecution execution)
-
-
-
Method Detail
-
getMessageName
java.lang.String getMessageName(DelegateExecution execution)
-
createThrowMessage
ThrowMessage createThrowMessage(DelegateExecution execution)
-
createMessageEventSubscription
MessageEventSubscriptionEntity createMessageEventSubscription(CommandContext commandContext, DelegateExecution execution)
-
-