Class InboundChannelDefinitionBuilderImpl.InboundEventProcessingPipelineBuilderImpl<T>
- java.lang.Object
-
- org.flowable.eventregistry.impl.model.InboundChannelDefinitionBuilderImpl.InboundEventProcessingPipelineBuilderImpl<T>
-
- All Implemented Interfaces:
InboundChannelModelBuilder.InboundEventProcessingPipelineBuilder
- Enclosing class:
- InboundChannelDefinitionBuilderImpl
public static class InboundChannelDefinitionBuilderImpl.InboundEventProcessingPipelineBuilderImpl<T> extends Object implements InboundChannelModelBuilder.InboundEventProcessingPipelineBuilder
-
-
Field Summary
Fields Modifier and Type Field Description protected InboundChannelDefinitionBuilderImplchannelDefinitionBuilderprotected InboundChannelModelchannelModelprotected EventRepositoryServiceeventRepository
-
Constructor Summary
Constructors Constructor Description InboundEventProcessingPipelineBuilderImpl(InboundChannelModel channelModel, EventRepositoryService eventRepository, InboundChannelDefinitionBuilderImpl channelDefinitionBuilder)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description InboundChannelModelBuilder.InboundEventKeyDetectorBuilderdelegateExpressionDeserializer(String delegateExpression)InboundChannelModelBuildereventProcessingPipeline(String delegateExpression)InboundChannelModelBuilder.InboundEventKeyJsonDetectorBuilderjsonDeserializer()InboundChannelModelBuilder.InboundEventKeyXmlDetectorBuilderxmlDeserializer()
-
-
-
Field Detail
-
eventRepository
protected EventRepositoryService eventRepository
-
channelDefinitionBuilder
protected InboundChannelDefinitionBuilderImpl channelDefinitionBuilder
-
channelModel
protected InboundChannelModel channelModel
-
-
Constructor Detail
-
InboundEventProcessingPipelineBuilderImpl
public InboundEventProcessingPipelineBuilderImpl(InboundChannelModel channelModel, EventRepositoryService eventRepository, InboundChannelDefinitionBuilderImpl channelDefinitionBuilder)
-
-
Method Detail
-
jsonDeserializer
public InboundChannelModelBuilder.InboundEventKeyJsonDetectorBuilder jsonDeserializer()
- Specified by:
jsonDeserializerin interfaceInboundChannelModelBuilder.InboundEventProcessingPipelineBuilder
-
xmlDeserializer
public InboundChannelModelBuilder.InboundEventKeyXmlDetectorBuilder xmlDeserializer()
- Specified by:
xmlDeserializerin interfaceInboundChannelModelBuilder.InboundEventProcessingPipelineBuilder
-
delegateExpressionDeserializer
public InboundChannelModelBuilder.InboundEventKeyDetectorBuilder delegateExpressionDeserializer(String delegateExpression)
- Specified by:
delegateExpressionDeserializerin interfaceInboundChannelModelBuilder.InboundEventProcessingPipelineBuilder
-
eventProcessingPipeline
public InboundChannelModelBuilder eventProcessingPipeline(String delegateExpression)
- Specified by:
eventProcessingPipelinein interfaceInboundChannelModelBuilder.InboundEventProcessingPipelineBuilder
-
-