| Package | Description |
|---|---|
| org.flowable.eventregistry.impl.keydetector | |
| org.flowable.eventregistry.impl.pipeline |
| Modifier and Type | Class and Description |
|---|---|
class |
InboundEventStaticKeyDetector<T> |
class |
JsonFieldBasedInboundEventKeyDetector |
class |
JsonPointerBasedInboundEventKeyDetector |
class |
XpathBasedInboundEventKeyDetector |
| Modifier and Type | Field and Description |
|---|---|
protected InboundEventKeyDetector<T> |
DefaultInboundEventProcessingPipeline.inboundEventKeyDetector |
| Modifier and Type | Method and Description |
|---|---|
InboundEventKeyDetector<T> |
DefaultInboundEventProcessingPipeline.getInboundEventKeyDetector() |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultInboundEventProcessingPipeline.setInboundEventKeyDetector(InboundEventKeyDetector<T> inboundEventKeyDetector) |
| Constructor and Description |
|---|
DefaultInboundEventProcessingPipeline(EventRepositoryService eventRepositoryService,
InboundEventDeserializer<T> inboundEventDeserializer,
InboundEventKeyDetector<T> inboundEventKeyDetector,
InboundEventTenantDetector<T> inboundEventTenantDetector,
InboundEventPayloadExtractor<T> inboundEventPayloadExtractor,
InboundEventTransformer inboundEventTransformer) |
Copyright © 2023 Flowable. All rights reserved.