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) |
InboundChannelModelBuilder |
eventProcessingPipeline(String delegateExpression) |
InboundChannelModelBuilder.InboundEventKeyJsonDetectorBuilder |
jsonDeserializer() |
InboundChannelModelBuilder.InboundEventKeyXmlDetectorBuilder |
xmlDeserializer() |
protected EventRepositoryService eventRepository
protected InboundChannelDefinitionBuilderImpl channelDefinitionBuilder
protected InboundChannelModel channelModel
public InboundEventProcessingPipelineBuilderImpl(InboundChannelModel channelModel, EventRepositoryService eventRepository, InboundChannelDefinitionBuilderImpl channelDefinitionBuilder)
public InboundChannelModelBuilder.InboundEventKeyJsonDetectorBuilder jsonDeserializer()
jsonDeserializer in interface InboundChannelModelBuilder.InboundEventProcessingPipelineBuilderpublic InboundChannelModelBuilder.InboundEventKeyXmlDetectorBuilder xmlDeserializer()
xmlDeserializer in interface InboundChannelModelBuilder.InboundEventProcessingPipelineBuilderpublic InboundChannelModelBuilder.InboundEventKeyDetectorBuilder delegateExpressionDeserializer(String delegateExpression)
delegateExpressionDeserializer in interface InboundChannelModelBuilder.InboundEventProcessingPipelineBuilderpublic InboundChannelModelBuilder eventProcessingPipeline(String delegateExpression)
eventProcessingPipeline in interface InboundChannelModelBuilder.InboundEventProcessingPipelineBuilderCopyright © 2020 Flowable. All rights reserved.