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)
boolean type.
Default: false
Group: commondefault SpringIntegrationEndpointBuilderFactory.SpringIntegrationEndpointConsumerBuilder inOut(String inOut)
boolean type.
Default: false
Group: commondefault SpringIntegrationEndpointBuilderFactory.SpringIntegrationEndpointConsumerBuilder bridgeErrorHandler(boolean bridgeErrorHandler)
boolean type.
Default: false
Group: consumerdefault SpringIntegrationEndpointBuilderFactory.SpringIntegrationEndpointConsumerBuilder bridgeErrorHandler(String bridgeErrorHandler)
boolean type.
Default: false
Group: consumerdefault SpringIntegrationEndpointBuilderFactory.SpringIntegrationEndpointConsumerBuilder inputChannel(String inputChannel)
java.lang.String type.
Group: consumerApache Camel