Class OutboundChannelDefinitionBuilderImpl.OutboundEventProcessingPipelineBuilderImpl
java.lang.Object
org.flowable.eventregistry.impl.model.OutboundChannelDefinitionBuilderImpl.OutboundEventProcessingPipelineBuilderImpl
- All Implemented Interfaces:
OutboundChannelModelBuilder.OutboundEventProcessingPipelineBuilder
- Enclosing class:
- OutboundChannelDefinitionBuilderImpl
public static class OutboundChannelDefinitionBuilderImpl.OutboundEventProcessingPipelineBuilderImpl
extends Object
implements OutboundChannelModelBuilder.OutboundEventProcessingPipelineBuilder
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected OutboundChannelModel
protected OutboundChannelDefinitionBuilderImpl
-
Constructor Summary
ConstructorsConstructorDescriptionOutboundEventProcessingPipelineBuilderImpl
(OutboundChannelDefinitionBuilderImpl outboundChannelDefinitionBuilder, OutboundChannelModel outboundChannel) -
Method Summary
Modifier and TypeMethodDescriptiondelegateExpressionSerializer
(String delegateExpression) Uses a delegate expression to serialize the event.eventProcessingPipeline
(String delegateExpression) Uses a delegate expression to determine the customOutboundEventProcessingPipeline
instance.Serializes the event to JSON.Serializes the event to XML.
-
Field Details
-
outboundChannelDefinitionBuilder
-
outboundChannel
-
-
Constructor Details
-
OutboundEventProcessingPipelineBuilderImpl
public OutboundEventProcessingPipelineBuilderImpl(OutboundChannelDefinitionBuilderImpl outboundChannelDefinitionBuilder, OutboundChannelModel outboundChannel)
-
-
Method Details
-
jsonSerializer
Description copied from interface:OutboundChannelModelBuilder.OutboundEventProcessingPipelineBuilder
Serializes the event to JSON.- Specified by:
jsonSerializer
in interfaceOutboundChannelModelBuilder.OutboundEventProcessingPipelineBuilder
-
xmlSerializer
Description copied from interface:OutboundChannelModelBuilder.OutboundEventProcessingPipelineBuilder
Serializes the event to XML.- Specified by:
xmlSerializer
in interfaceOutboundChannelModelBuilder.OutboundEventProcessingPipelineBuilder
-
delegateExpressionSerializer
Description copied from interface:OutboundChannelModelBuilder.OutboundEventProcessingPipelineBuilder
Uses a delegate expression to serialize the event. The expression should resolve to an instance ofOutboundEventSerializer
.- Specified by:
delegateExpressionSerializer
in interfaceOutboundChannelModelBuilder.OutboundEventProcessingPipelineBuilder
-
eventProcessingPipeline
Description copied from interface:OutboundChannelModelBuilder.OutboundEventProcessingPipelineBuilder
Uses a delegate expression to determine the customOutboundEventProcessingPipeline
instance.- Specified by:
eventProcessingPipeline
in interfaceOutboundChannelModelBuilder.OutboundEventProcessingPipelineBuilder
-