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 null
null
if the message
could not be correlated.List<CorrelationHandlerResult> correlateMessages(CommandContext commandContext, String messageName, CorrelationSet correlationSet)
correlationSet
- any of its members may be null
List<CorrelationHandlerResult> correlateStartMessages(CommandContext commandContext, String messageName, CorrelationSet correlationSet)
correlationSet
- any of its members may be null
Copyright © 2019. All rights reserved.