public static interface SpringIntegrationEndpointBuilderFactory.SpringIntegrationEndpointConsumerBuilder
extends org.apache.camel.builder.EndpointConsumerBuilder
| Modifier and Type | Method and Description |
|---|---|
default SpringIntegrationEndpointBuilderFactory.AdvancedSpringIntegrationEndpointConsumerBuilder |
advanced() |
default 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 |
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 |
inOut(boolean inOut)
The exchange pattern that the Spring integration endpoint should use.
|
default SpringIntegrationEndpointBuilderFactory.SpringIntegrationEndpointConsumerBuilder |
inOut(String inOut)
The exchange pattern that the Spring integration endpoint should use.
|
default SpringIntegrationEndpointBuilderFactory.SpringIntegrationEndpointConsumerBuilder |
inputChannel(String inputChannel)
The Spring integration input channel name that this endpoint wants to
consume from Spring integration.
|
default SpringIntegrationEndpointBuilderFactory.AdvancedSpringIntegrationEndpointConsumerBuilder advanced()
default SpringIntegrationEndpointBuilderFactory.SpringIntegrationEndpointConsumerBuilder inOut(boolean inOut)
inOut - the value to setdefault SpringIntegrationEndpointBuilderFactory.SpringIntegrationEndpointConsumerBuilder inOut(String inOut)
inOut - the value to setdefault SpringIntegrationEndpointBuilderFactory.SpringIntegrationEndpointConsumerBuilder bridgeErrorHandler(boolean bridgeErrorHandler)
bridgeErrorHandler - the value to setdefault SpringIntegrationEndpointBuilderFactory.SpringIntegrationEndpointConsumerBuilder bridgeErrorHandler(String bridgeErrorHandler)
bridgeErrorHandler - the value to setdefault SpringIntegrationEndpointBuilderFactory.SpringIntegrationEndpointConsumerBuilder inputChannel(String inputChannel)
inputChannel - the value to setApache Camel