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 OutboundEventSerializer
DefaultOutboundEventProcessingPipeline.outboundEventSerializer
Methods 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 TypeMethodDescriptionvoid
DefaultOutboundEventProcessingPipeline.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 TypeClassDescriptionclass
SimpleEventInstance
serialization that maps allEventPayloadInstance
's to a json which gets transformed to a String.class
SimpleEventInstance
serialization that maps allEventPayloadInstance
's to an XML Document which gets transformed to a String.