Uses of Interface
org.flowable.eventregistry.api.InboundEventKeyDetector
Packages that use InboundEventKeyDetector
Package
Description
-
Uses of InboundEventKeyDetector in org.flowable.eventregistry.impl.keydetector
Classes in org.flowable.eventregistry.impl.keydetector that implement InboundEventKeyDetectorModifier and TypeClassDescriptionclass
class
class
class
-
Uses of InboundEventKeyDetector in org.flowable.eventregistry.impl.pipeline
Fields in org.flowable.eventregistry.impl.pipeline declared as InboundEventKeyDetectorModifier and TypeFieldDescriptionprotected InboundEventKeyDetector<T>
DefaultInboundEventProcessingPipeline.inboundEventKeyDetector
Methods in org.flowable.eventregistry.impl.pipeline that return InboundEventKeyDetectorModifier and TypeMethodDescriptionDefaultInboundEventProcessingPipeline.getInboundEventKeyDetector()
Methods in org.flowable.eventregistry.impl.pipeline with parameters of type InboundEventKeyDetectorModifier and TypeMethodDescriptionvoid
DefaultInboundEventProcessingPipeline.setInboundEventKeyDetector
(InboundEventKeyDetector<T> inboundEventKeyDetector) Constructors in org.flowable.eventregistry.impl.pipeline with parameters of type InboundEventKeyDetectorModifierConstructorDescriptionDefaultInboundEventProcessingPipeline
(EventRepositoryService eventRepositoryService, InboundEventDeserializer<T> inboundEventDeserializer, InboundEventFilter<T> inboundEventFilter, InboundEventKeyDetector<T> inboundEventKeyDetector, InboundEventTenantDetector<T> inboundEventTenantDetector, InboundEventPayloadExtractor<T> inboundEventPayloadExtractor, InboundEventTransformer inboundEventTransformer)