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 OutboundChannelModelprotected 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 customOutboundEventProcessingPipelineinstance.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.OutboundEventProcessingPipelineBuilderSerializes the event to JSON.- Specified by:
jsonSerializerin interfaceOutboundChannelModelBuilder.OutboundEventProcessingPipelineBuilder
-
xmlSerializer
Description copied from interface:OutboundChannelModelBuilder.OutboundEventProcessingPipelineBuilderSerializes the event to XML.- Specified by:
xmlSerializerin interfaceOutboundChannelModelBuilder.OutboundEventProcessingPipelineBuilder
-
delegateExpressionSerializer
Description copied from interface:OutboundChannelModelBuilder.OutboundEventProcessingPipelineBuilderUses a delegate expression to serialize the event. The expression should resolve to an instance ofOutboundEventSerializer.- Specified by:
delegateExpressionSerializerin interfaceOutboundChannelModelBuilder.OutboundEventProcessingPipelineBuilder
-
eventProcessingPipeline
Description copied from interface:OutboundChannelModelBuilder.OutboundEventProcessingPipelineBuilderUses a delegate expression to determine the customOutboundEventProcessingPipelineinstance.- Specified by:
eventProcessingPipelinein interfaceOutboundChannelModelBuilder.OutboundEventProcessingPipelineBuilder
-