Uses of Class
org.flowable.eventregistry.impl.consumer.CorrelationKey
-
Packages that use CorrelationKey Package Description org.flowable.eventregistry.impl.consumer -
-
Uses of CorrelationKey in org.flowable.eventregistry.impl.consumer
Methods in org.flowable.eventregistry.impl.consumer that return CorrelationKey Modifier and Type Method Description protected CorrelationKeyBaseEventRegistryEventConsumer. getCorrelationKeyWithAllParameters(Collection<CorrelationKey> correlationKeys)Methods in org.flowable.eventregistry.impl.consumer that return types with arguments of type CorrelationKey Modifier and Type Method Description protected Collection<CorrelationKey>BaseEventRegistryEventConsumer. generateCorrelationKeys(Collection<EventPayloadInstance> correlationParameterInstances)Generates all possible correlation keys for the given correlation parameters.Method parameters in org.flowable.eventregistry.impl.consumer with type arguments of type CorrelationKey Modifier and Type Method Description protected List<EventSubscription>BaseEventRegistryEventConsumer. findEventSubscriptions(String scopeType, EventInstance eventInstance, Collection<CorrelationKey> correlationKeys)protected CorrelationKeyBaseEventRegistryEventConsumer. getCorrelationKeyWithAllParameters(Collection<CorrelationKey> correlationKeys)
-