Class CorrelationKey
java.lang.Object
org.flowable.eventregistry.impl.consumer.CorrelationKey
A representation of a correlation key, including the
EventPayloadInstance instances
that were used to get to the key value.- Author:
- Joram Barrez
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionCorrelationKey(String value, Collection<EventPayloadInstance> parameterInstances) -
Method Summary
Modifier and TypeMethodDescriptionbooleangetValue()inthashCode()voidsetParameterInstances(Collection<EventPayloadInstance> parameterInstances) void