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)
Uses a delegate expression to serialize the event.
|
OutboundChannelModelBuilder |
eventProcessingPipeline(String delegateExpression)
Uses a delegate expression to determine the custom
OutboundEventProcessingPipeline instance. |
OutboundChannelModelBuilder |
jsonSerializer()
Serializes the event to JSON.
|
OutboundChannelModelBuilder |
xmlSerializer()
Serializes the event to XML.
|
protected OutboundChannelDefinitionBuilderImpl outboundChannelDefinitionBuilder
protected OutboundChannelModel outboundChannel
public OutboundEventProcessingPipelineBuilderImpl(OutboundChannelDefinitionBuilderImpl outboundChannelDefinitionBuilder, OutboundChannelModel outboundChannel)
public OutboundChannelModelBuilder jsonSerializer()
OutboundChannelModelBuilder.OutboundEventProcessingPipelineBuilderjsonSerializer in interface OutboundChannelModelBuilder.OutboundEventProcessingPipelineBuilderpublic OutboundChannelModelBuilder xmlSerializer()
OutboundChannelModelBuilder.OutboundEventProcessingPipelineBuilderxmlSerializer in interface OutboundChannelModelBuilder.OutboundEventProcessingPipelineBuilderpublic OutboundChannelModelBuilder delegateExpressionSerializer(String delegateExpression)
OutboundChannelModelBuilder.OutboundEventProcessingPipelineBuilderOutboundEventSerializer.delegateExpressionSerializer in interface OutboundChannelModelBuilder.OutboundEventProcessingPipelineBuilderpublic OutboundChannelModelBuilder eventProcessingPipeline(String delegateExpression)
OutboundChannelModelBuilder.OutboundEventProcessingPipelineBuilderOutboundEventProcessingPipeline instance.eventProcessingPipeline in interface OutboundChannelModelBuilder.OutboundEventProcessingPipelineBuilderCopyright © 2023 Flowable. All rights reserved.