default SpringIntegrationEndpointBuilderFactory.SpringIntegrationEndpointConsumerBuilder |
SpringIntegrationEndpointBuilderFactory.AdvancedSpringIntegrationEndpointConsumerBuilder.basic() |
|
default SpringIntegrationEndpointBuilderFactory.SpringIntegrationEndpointConsumerBuilder |
SpringIntegrationEndpointBuilderFactory.SpringIntegrationEndpointConsumerBuilder.bridgeErrorHandler(boolean bridgeErrorHandler) |
Allows for bridging the consumer to the Camel routing Error Handler,
which mean any exceptions occurred while the consumer is trying to
pickup incoming messages, or the likes, will now be processed as a
message and handled by the routing Error Handler.
|
default SpringIntegrationEndpointBuilderFactory.SpringIntegrationEndpointConsumerBuilder |
SpringIntegrationEndpointBuilderFactory.SpringIntegrationEndpointConsumerBuilder.bridgeErrorHandler(String bridgeErrorHandler) |
Allows for bridging the consumer to the Camel routing Error Handler,
which mean any exceptions occurred while the consumer is trying to
pickup incoming messages, or the likes, will now be processed as a
message and handled by the routing Error Handler.
|
default SpringIntegrationEndpointBuilderFactory.SpringIntegrationEndpointConsumerBuilder |
SpringIntegrationEndpointBuilderFactory.SpringIntegrationEndpointConsumerBuilder.inOut(boolean inOut) |
The exchange pattern that the Spring integration endpoint should use.
|
default SpringIntegrationEndpointBuilderFactory.SpringIntegrationEndpointConsumerBuilder |
SpringIntegrationEndpointBuilderFactory.SpringIntegrationEndpointConsumerBuilder.inOut(String inOut) |
The exchange pattern that the Spring integration endpoint should use.
|
default SpringIntegrationEndpointBuilderFactory.SpringIntegrationEndpointConsumerBuilder |
SpringIntegrationEndpointBuilderFactory.SpringIntegrationEndpointConsumerBuilder.inputChannel(String inputChannel) |
The Spring integration input channel name that this endpoint wants to
consume from Spring integration.
|