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