| EventModelBuilder |
InboundChannelModelBuilder
A builder to create a InboundChannelModel instance,
which represents a channel from the 'outside world' to receive events.
|
| InboundChannelModelBuilder.InboundEventKeyDetectorBuilder
|
| InboundChannelModelBuilder.InboundEventKeyJsonDetectorBuilder
|
| InboundChannelModelBuilder.InboundEventKeyXmlDetectorBuilder
|
| InboundChannelModelBuilder.InboundEventPayloadExtractorBuilder
|
| InboundChannelModelBuilder.InboundEventPayloadJsonExtractorBuilder
|
| InboundChannelModelBuilder.InboundEventPayloadXmlExtractorBuilder
|
| InboundChannelModelBuilder.InboundEventProcessingPipelineBuilder
|
| InboundChannelModelBuilder.InboundEventTenantDetectorBuilder
|
InboundChannelModelBuilder.InboundEventTenantJsonDetectorBuilder
Builder for the 'tenant ID detection' part of the InboundChannelModel, specifically for JSON events
|
InboundChannelModelBuilder.InboundEventTenantXmlDetectorBuilder
Builder for the 'tenant ID detection' part of the InboundChannelModel, specifically for XML events
|
| InboundChannelModelBuilder.InboundEventTransformerBuilder |
| InboundChannelModelBuilder.InboundJmsChannelBuilder
|
| InboundChannelModelBuilder.InboundKafkaChannelBuilder
|
| InboundChannelModelBuilder.InboundRabbitChannelBuilder
|
| OutboundChannelModelBuilder
|
| OutboundChannelModelBuilder.OutboundEventProcessingPipelineBuilder
Builder for the 'event processing' pipeline which gets invoked before sending out the event.
|
| OutboundChannelModelBuilder.OutboundJmsChannelBuilder
|
| OutboundChannelModelBuilder.OutboundKafkaChannelBuilder
|
| OutboundChannelModelBuilder.OutboundRabbitChannelBuilder
|