Interface InboundChannelModelBuilder.InboundEventProcessingPipelineBuilder
- Enclosing interface:
- InboundChannelModelBuilder
public static interface InboundChannelModelBuilder.InboundEventProcessingPipelineBuilder
Builder for the 'processing pipeline' part of the
InboundChannelModel
.-
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.
-
Method Details
-
jsonDeserializer
InboundChannelModelBuilder.InboundEventKeyJsonDetectorBuilder jsonDeserializer()Deserializes the event to JSON. -
xmlDeserializer
InboundChannelModelBuilder.InboundEventKeyXmlDetectorBuilder xmlDeserializer()Deserializes the event to XML. -
delegateExpressionDeserializer
InboundChannelModelBuilder.InboundEventKeyDetectorBuilder delegateExpressionDeserializer(String delegateExpression) Uses a delegate expression to deserialize the event. -
eventProcessingPipeline
Uses a delegate expression to determine the customInboundEventProcessingPipeline
instance.
-