| Package | Description |
|---|---|
| org.flowable.eventregistry.impl.pipeline | |
| org.flowable.eventregistry.impl.transformer |
| Modifier and Type | Field and Description |
|---|---|
protected InboundEventTransformer |
DefaultInboundEventProcessingPipeline.inboundEventTransformer |
| Modifier and Type | Method and Description |
|---|---|
InboundEventTransformer |
DefaultInboundEventProcessingPipeline.getInboundEventTransformer() |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultInboundEventProcessingPipeline.setInboundEventTransformer(InboundEventTransformer inboundEventTransformer) |
| 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 |
DefaultInboundEventTransformer |
Copyright © 2023 Flowable. All rights reserved.