| Package | Description |
|---|---|
| org.flowable.eventregistry.impl.payload | |
| org.flowable.eventregistry.impl.pipeline |
| Modifier and Type | Class and Description |
|---|---|
class |
JsonFieldToMapPayloadExtractor |
class |
XmlElementsToMapPayloadExtractor |
| Modifier and Type | Field and Description |
|---|---|
protected InboundEventPayloadExtractor<T> |
DefaultInboundEventProcessingPipeline.inboundEventPayloadExtractor |
| Modifier and Type | Method and Description |
|---|---|
InboundEventPayloadExtractor<T> |
DefaultInboundEventProcessingPipeline.getInboundEventPayloadExtractor() |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultInboundEventProcessingPipeline.setInboundEventPayloadExtractor(InboundEventPayloadExtractor<T> inboundEventPayloadExtractor) |
| 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.