Uses of Interface
org.camunda.community.bpmndt.api.MessageEventHandler.Correlation
Packages that use MessageEventHandler.Correlation
-
Uses of MessageEventHandler.Correlation in org.camunda.community.bpmndt.api
Methods in org.camunda.community.bpmndt.api with parameters of type MessageEventHandler.CorrelationModifier and TypeMethodDescriptionvoidMessageEventHandler.execute(MessageEventHandler.Correlation action) Correlates the message using a custom action, when the process instance is waiting at the corresponding element.voidReceiveTaskHandler.execute(MessageEventHandler.Correlation action) Correlates the message using a custom action, when the process instance is waiting at the corresponding element.