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 InboundChannelDefinitionBuilderImpl
protected InboundChannelModel
protected EventRepositoryService
-
Constructor Summary
ConstructorsConstructorDescriptionInboundEventProcessingPipelineBuilderImpl
(InboundChannelModel channelModel, EventRepositoryService eventRepository, InboundChannelDefinitionBuilderImpl channelDefinitionBuilder) -
Method Summary
Modifier and TypeMethodDescriptiondelegateExpressionDeserializer
(String delegateExpression) Uses a delegate expression to deserialize the event.eventProcessingPipeline
(String delegateExpression) Uses a delegate expression to determine the customInboundEventProcessingPipeline
instance.Deserializes the event to JSON.Deserializes the event to XML.
-
Field Details
-
eventRepository
-
channelDefinitionBuilder
-
channelModel
-
-
Constructor Details
-
InboundEventProcessingPipelineBuilderImpl
public InboundEventProcessingPipelineBuilderImpl(InboundChannelModel channelModel, EventRepositoryService eventRepository, InboundChannelDefinitionBuilderImpl channelDefinitionBuilder)
-
-
Method Details
-
jsonDeserializer
Description copied from interface:InboundChannelModelBuilder.InboundEventProcessingPipelineBuilder
Deserializes the event to JSON.- Specified by:
jsonDeserializer
in interfaceInboundChannelModelBuilder.InboundEventProcessingPipelineBuilder
-
xmlDeserializer
Description copied from interface:InboundChannelModelBuilder.InboundEventProcessingPipelineBuilder
Deserializes the event to XML.- Specified by:
xmlDeserializer
in interfaceInboundChannelModelBuilder.InboundEventProcessingPipelineBuilder
-
delegateExpressionDeserializer
public InboundChannelModelBuilder.InboundEventKeyDetectorBuilder delegateExpressionDeserializer(String delegateExpression) Description copied from interface:InboundChannelModelBuilder.InboundEventProcessingPipelineBuilder
Uses a delegate expression to deserialize the event.- Specified by:
delegateExpressionDeserializer
in interfaceInboundChannelModelBuilder.InboundEventProcessingPipelineBuilder
-
eventProcessingPipeline
Description copied from interface:InboundChannelModelBuilder.InboundEventProcessingPipelineBuilder
Uses a delegate expression to determine the customInboundEventProcessingPipeline
instance.- Specified by:
eventProcessingPipeline
in interfaceInboundChannelModelBuilder.InboundEventProcessingPipelineBuilder
-