public static class OutboundChannelDefinitionBuilderImpl.OutboundEventProcessingPipelineBuilderImpl extends Object implements OutboundChannelModelBuilder.OutboundEventProcessingPipelineBuilder
| Modifier and Type | Field and Description |
|---|---|
protected OutboundChannelModel |
outboundChannel |
protected OutboundChannelDefinitionBuilderImpl |
outboundChannelDefinitionBuilder |
| Constructor and Description |
|---|
OutboundEventProcessingPipelineBuilderImpl(OutboundChannelDefinitionBuilderImpl outboundChannelDefinitionBuilder,
OutboundChannelModel outboundChannel) |
| Modifier and Type | Method and Description |
|---|---|
OutboundChannelModelBuilder |
delegateExpressionSerializer(String delegateExpression) |
OutboundChannelModelBuilder |
eventProcessingPipeline(String delegateExpression) |
OutboundChannelModelBuilder |
jsonSerializer() |
OutboundChannelModelBuilder |
xmlSerializer() |
protected OutboundChannelDefinitionBuilderImpl outboundChannelDefinitionBuilder
protected OutboundChannelModel outboundChannel
public OutboundEventProcessingPipelineBuilderImpl(OutboundChannelDefinitionBuilderImpl outboundChannelDefinitionBuilder, OutboundChannelModel outboundChannel)
public OutboundChannelModelBuilder jsonSerializer()
jsonSerializer in interface OutboundChannelModelBuilder.OutboundEventProcessingPipelineBuilderpublic OutboundChannelModelBuilder xmlSerializer()
xmlSerializer in interface OutboundChannelModelBuilder.OutboundEventProcessingPipelineBuilderpublic OutboundChannelModelBuilder delegateExpressionSerializer(String delegateExpression)
delegateExpressionSerializer in interface OutboundChannelModelBuilder.OutboundEventProcessingPipelineBuilderpublic OutboundChannelModelBuilder eventProcessingPipeline(String delegateExpression)
eventProcessingPipeline in interface OutboundChannelModelBuilder.OutboundEventProcessingPipelineBuilderCopyright © 2021 Flowable. All rights reserved.