Uses of Interface
org.flowable.eventregistry.api.OutboundEventSerializer
Packages that use OutboundEventSerializer
Package
Description
-
Uses of OutboundEventSerializer in org.flowable.eventregistry.impl.pipeline
Fields in org.flowable.eventregistry.impl.pipeline declared as OutboundEventSerializerModifier and TypeFieldDescriptionprotected OutboundEventSerializerDefaultOutboundEventProcessingPipeline.outboundEventSerializerMethods in org.flowable.eventregistry.impl.pipeline that return OutboundEventSerializerModifier and TypeMethodDescriptionDefaultOutboundEventProcessingPipeline.getOutboundEventSerializer()Methods in org.flowable.eventregistry.impl.pipeline with parameters of type OutboundEventSerializerModifier and TypeMethodDescriptionvoidDefaultOutboundEventProcessingPipeline.setOutboundEventSerializer(OutboundEventSerializer outboundEventSerializer) Constructors in org.flowable.eventregistry.impl.pipeline with parameters of type OutboundEventSerializerModifierConstructorDescriptionDefaultOutboundEventProcessingPipeline(OutboundEventSerializer outboundEventSerializer) -
Uses of OutboundEventSerializer in org.flowable.eventregistry.impl.serialization
Classes in org.flowable.eventregistry.impl.serialization that implement OutboundEventSerializerModifier and TypeClassDescriptionclassSimpleEventInstanceserialization that maps allEventPayloadInstance's to a json which gets transformed to a String.classSimpleEventInstanceserialization that maps allEventPayloadInstance's to an XML Document which gets transformed to a String.