| Package | Description |
|---|---|
| org.flowable.eventregistry.impl.pipeline | |
| org.flowable.eventregistry.impl.tenantdetector |
| Modifier and Type | Field and Description |
|---|---|
protected InboundEventTenantDetector<T> |
DefaultInboundEventProcessingPipeline.inboundEventTenantDetector |
| Modifier and Type | Method and Description |
|---|---|
InboundEventTenantDetector<T> |
DefaultInboundEventProcessingPipeline.getInboundEventTenantDetector() |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultInboundEventProcessingPipeline.setInboundEventTenantDetector(InboundEventTenantDetector<T> inboundEventTenantDetector) |
| Constructor and Description |
|---|
DefaultInboundEventProcessingPipeline(EventRepositoryService eventRepositoryService,
InboundEventDeserializer<T> inboundEventDeserializer,
InboundEventKeyDetector<T> inboundEventKeyDetector,
InboundEventTenantDetector<T> inboundEventTenantDetector,
InboundEventPayloadExtractor<T> inboundEventPayloadExtractor,
InboundEventTransformer inboundEventTransformer) |
| Modifier and Type | Class and Description |
|---|---|
class |
InboundEventStaticTenantDetector<T> |
class |
JsonPointerBasedInboundEventTenantDetector |
class |
XpathBasedInboundEventTenantDetector |
Copyright © 2023 Flowable. All rights reserved.