org.camunda.bpm.engine.impl.runtime
Interface CorrelationHandler

All Known Implementing Classes:
DefaultCorrelationHandler

public interface CorrelationHandler

Author:
Thorben Lindhauer, Daniel Meyer

Method Summary
 MessageCorrelationResult correlateMessage(CommandContext commandContext, String messageName, CorrelationSet correlationSet)
          Correlate the given message and return the MessageCorrelationResult that matches it.
 

Method Detail

correlateMessage

MessageCorrelationResult correlateMessage(CommandContext commandContext,
                                          String messageName,
                                          CorrelationSet correlationSet)
Correlate the given message and return the MessageCorrelationResult that matches it. Return null if the message could not be correlated.

Parameters:
commandContext -
messageName -
correlationSet - any of its members may be null
Returns:


Copyright © 2014 camunda services GmbH. All Rights Reserved.