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
Fields Modifier and Type Field Description protected OutboundChannelModeloutboundChannelprotected OutboundChannelDefinitionBuilderImploutboundChannelDefinitionBuilder
-
Constructor Summary
Constructors Constructor Description OutboundEventProcessingPipelineBuilderImpl(OutboundChannelDefinitionBuilderImpl outboundChannelDefinitionBuilder, OutboundChannelModel outboundChannel)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description OutboundChannelModelBuilderdelegateExpressionSerializer(String delegateExpression)OutboundChannelModelBuildereventProcessingPipeline(String delegateExpression)OutboundChannelModelBuilderjsonSerializer()OutboundChannelModelBuilderxmlSerializer()
-
-
-
Field Detail
-
outboundChannelDefinitionBuilder
protected OutboundChannelDefinitionBuilderImpl outboundChannelDefinitionBuilder
-
outboundChannel
protected OutboundChannelModel outboundChannel
-
-
Constructor Detail
-
OutboundEventProcessingPipelineBuilderImpl
public OutboundEventProcessingPipelineBuilderImpl(OutboundChannelDefinitionBuilderImpl outboundChannelDefinitionBuilder, OutboundChannelModel outboundChannel)
-
-
Method Detail
-
jsonSerializer
public OutboundChannelModelBuilder jsonSerializer()
- Specified by:
jsonSerializerin interfaceOutboundChannelModelBuilder.OutboundEventProcessingPipelineBuilder
-
xmlSerializer
public OutboundChannelModelBuilder xmlSerializer()
- Specified by:
xmlSerializerin interfaceOutboundChannelModelBuilder.OutboundEventProcessingPipelineBuilder
-
delegateExpressionSerializer
public OutboundChannelModelBuilder delegateExpressionSerializer(String delegateExpression)
- Specified by:
delegateExpressionSerializerin interfaceOutboundChannelModelBuilder.OutboundEventProcessingPipelineBuilder
-
eventProcessingPipeline
public OutboundChannelModelBuilder eventProcessingPipeline(String delegateExpression)
- Specified by:
eventProcessingPipelinein interfaceOutboundChannelModelBuilder.OutboundEventProcessingPipelineBuilder
-
-