Uses of Class
org.flowable.eventregistry.impl.consumer.CorrelationKey
Packages that use CorrelationKey
-
Uses of CorrelationKey in org.flowable.eventregistry.impl.consumer
Methods in org.flowable.eventregistry.impl.consumer that return CorrelationKeyModifier and TypeMethodDescriptionprotected CorrelationKeyBaseEventRegistryEventConsumer.getCorrelationKeyWithAllParameters(Collection<CorrelationKey> correlationKeys) Methods in org.flowable.eventregistry.impl.consumer that return types with arguments of type CorrelationKeyModifier and TypeMethodDescriptionprotected 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 CorrelationKeyModifier and TypeMethodDescriptionprotected List<EventSubscription>BaseEventRegistryEventConsumer.findEventSubscriptions(String scopeType, EventInstance eventInstance, Collection<CorrelationKey> correlationKeys) protected CorrelationKeyBaseEventRegistryEventConsumer.getCorrelationKeyWithAllParameters(Collection<CorrelationKey> correlationKeys)