public static class InboundChannelDefinitionBuilderImpl.InboundEventProcessingPipelineBuilderImpl<T> extends Object implements InboundChannelModelBuilder.InboundEventProcessingPipelineBuilder
| Modifier and Type | Field and Description |
|---|---|
protected InboundChannelDefinitionBuilderImpl |
channelDefinitionBuilder |
protected InboundChannelModel |
channelModel |
protected EventRepositoryService |
eventRepository |
| Constructor and Description |
|---|
InboundEventProcessingPipelineBuilderImpl(InboundChannelModel channelModel,
EventRepositoryService eventRepository,
InboundChannelDefinitionBuilderImpl channelDefinitionBuilder) |
| Modifier and Type | Method and Description |
|---|---|
InboundChannelModelBuilder.InboundEventKeyDetectorBuilder |
delegateExpressionDeserializer(String delegateExpression)
Uses a delegate expression to deserialize the event.
|
InboundChannelModelBuilder |
eventProcessingPipeline(String delegateExpression)
Uses a delegate expression to determine the custom
InboundEventProcessingPipeline instance. |
InboundChannelModelBuilder.InboundEventKeyJsonDetectorBuilder |
jsonDeserializer()
Deserializes the event to JSON.
|
InboundChannelModelBuilder.InboundEventKeyXmlDetectorBuilder |
xmlDeserializer()
Deserializes the event to XML.
|
protected EventRepositoryService eventRepository
protected InboundChannelDefinitionBuilderImpl channelDefinitionBuilder
protected InboundChannelModel channelModel
public InboundEventProcessingPipelineBuilderImpl(InboundChannelModel channelModel, EventRepositoryService eventRepository, InboundChannelDefinitionBuilderImpl channelDefinitionBuilder)
public InboundChannelModelBuilder.InboundEventKeyJsonDetectorBuilder jsonDeserializer()
InboundChannelModelBuilder.InboundEventProcessingPipelineBuilderjsonDeserializer in interface InboundChannelModelBuilder.InboundEventProcessingPipelineBuilderpublic InboundChannelModelBuilder.InboundEventKeyXmlDetectorBuilder xmlDeserializer()
InboundChannelModelBuilder.InboundEventProcessingPipelineBuilderxmlDeserializer in interface InboundChannelModelBuilder.InboundEventProcessingPipelineBuilderpublic InboundChannelModelBuilder.InboundEventKeyDetectorBuilder delegateExpressionDeserializer(String delegateExpression)
InboundChannelModelBuilder.InboundEventProcessingPipelineBuilderdelegateExpressionDeserializer in interface InboundChannelModelBuilder.InboundEventProcessingPipelineBuilderpublic InboundChannelModelBuilder eventProcessingPipeline(String delegateExpression)
InboundChannelModelBuilder.InboundEventProcessingPipelineBuilderInboundEventProcessingPipeline instance.eventProcessingPipeline in interface InboundChannelModelBuilder.InboundEventProcessingPipelineBuilderCopyright © 2023 Flowable. All rights reserved.