| Package | Description |
|---|---|
| org.flowable.eventregistry.impl.pipeline | |
| org.flowable.eventregistry.impl.serialization |
| Modifier and Type | Field and Description |
|---|---|
protected OutboundEventSerializer |
DefaultOutboundEventProcessingPipeline.outboundEventSerializer |
| Modifier and Type | Method and Description |
|---|---|
OutboundEventSerializer |
DefaultOutboundEventProcessingPipeline.getOutboundEventSerializer() |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultOutboundEventProcessingPipeline.setOutboundEventSerializer(OutboundEventSerializer outboundEventSerializer) |
| Constructor and Description |
|---|
DefaultOutboundEventProcessingPipeline(OutboundEventSerializer outboundEventSerializer) |
| Modifier and Type | Class and Description |
|---|---|
class |
EventPayloadToJsonStringSerializer
Simple
EventInstance serialization that maps all EventPayloadInstance's
to a json which gets transformed to a String. |
class |
EventPayloadToXmlStringSerializer
Simple
EventInstance serialization that maps all EventPayloadInstance's
to an XML Document which gets transformed to a String. |
Copyright © 2023 Flowable. All rights reserved.