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
FieldsModifier and TypeFieldDescriptionprotected InboundChannelDefinitionBuilderImplprotected InboundChannelModelprotected EventRepositoryService -
Constructor Summary
ConstructorsConstructorDescriptionInboundEventProcessingPipelineBuilderImpl(InboundChannelModel channelModel, EventRepositoryService eventRepository, InboundChannelDefinitionBuilderImpl channelDefinitionBuilder) -
Method Summary
Modifier and TypeMethodDescriptiondelegateExpressionDeserializer(String delegateExpression) eventProcessingPipeline(String delegateExpression)
-
Field Details
-
eventRepository
-
channelDefinitionBuilder
-
channelModel
-
-
Constructor Details
-
InboundEventProcessingPipelineBuilderImpl
public InboundEventProcessingPipelineBuilderImpl(InboundChannelModel channelModel, EventRepositoryService eventRepository, InboundChannelDefinitionBuilderImpl channelDefinitionBuilder)
-
-
Method Details
-
jsonDeserializer
- Specified by:
jsonDeserializerin interfaceInboundChannelModelBuilder.InboundEventProcessingPipelineBuilder
-
xmlDeserializer
- Specified by:
xmlDeserializerin interfaceInboundChannelModelBuilder.InboundEventProcessingPipelineBuilder
-
delegateExpressionDeserializer
public InboundChannelModelBuilder.InboundEventKeyDetectorBuilder delegateExpressionDeserializer(String delegateExpression) - Specified by:
delegateExpressionDeserializerin interfaceInboundChannelModelBuilder.InboundEventProcessingPipelineBuilder
-
eventProcessingPipeline
- Specified by:
eventProcessingPipelinein interfaceInboundChannelModelBuilder.InboundEventProcessingPipelineBuilder
-