Class CorrelationHandlerResult

java.lang.Object
org.camunda.bpm.engine.impl.runtime.CorrelationHandlerResult

public class CorrelationHandlerResult extends Object

The result of a message correlation. A message may be correlated to either a waiting execution (BPMN receive message event) or a process definition (BPMN message start event). The type of the correlation (execution vs. processDefinition) can be obtained using getResultType()

Correlation is performed by a CorrelationHandler.

Author:
Daniel Meyer