public interface CorrelationHandler
| Modifier and Type | Method and Description |
|---|---|
CorrelationHandlerResult |
correlateMessage(CommandContext commandContext,
String messageName,
CorrelationSet correlationSet)
Correlate the given message to either a waiting execution or a process
definition with a message start event.
|
List<CorrelationHandlerResult> |
correlateMessages(CommandContext commandContext,
String messageName,
CorrelationSet correlationSet)
Correlate the given message to all waiting executions and all process
definitions which have a message start event.
|
List<CorrelationHandlerResult> |
correlateStartMessages(CommandContext commandContext,
String messageName,
CorrelationSet correlationSet)
Correlate the given message to process definitions with a message start
event.
|
CorrelationHandlerResult correlateMessage(CommandContext commandContext, String messageName, CorrelationSet correlationSet)
correlationSet - any of its members may be nullnull if the message
could not be correlated.List<CorrelationHandlerResult> correlateMessages(CommandContext commandContext, String messageName, CorrelationSet correlationSet)
correlationSet - any of its members may be nullList<CorrelationHandlerResult> correlateStartMessages(CommandContext commandContext, String messageName, CorrelationSet correlationSet)
correlationSet - any of its members may be nullCopyright © 2018 camunda services GmbH. All rights reserved.