public static interface EventAdminEndpointBuilderFactory.EventAdminEndpointConsumerBuilder
extends org.apache.camel.builder.EndpointConsumerBuilder
| Modifier and Type | Method and Description |
|---|---|
default EventAdminEndpointBuilderFactory.AdvancedEventAdminEndpointConsumerBuilder |
advanced() |
default EventAdminEndpointBuilderFactory.EventAdminEndpointConsumerBuilder |
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 EventAdminEndpointBuilderFactory.EventAdminEndpointConsumerBuilder |
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 EventAdminEndpointBuilderFactory.EventAdminEndpointConsumerBuilder |
send(boolean send)
Whether to use 'send' or 'synchronous' deliver.
|
default EventAdminEndpointBuilderFactory.EventAdminEndpointConsumerBuilder |
send(String send)
Whether to use 'send' or 'synchronous' deliver.
|
default EventAdminEndpointBuilderFactory.AdvancedEventAdminEndpointConsumerBuilder advanced()
default EventAdminEndpointBuilderFactory.EventAdminEndpointConsumerBuilder send(boolean send)
boolean type.
Default: false
Group: commondefault EventAdminEndpointBuilderFactory.EventAdminEndpointConsumerBuilder send(String send)
boolean type.
Default: false
Group: commondefault EventAdminEndpointBuilderFactory.EventAdminEndpointConsumerBuilder bridgeErrorHandler(boolean bridgeErrorHandler)
boolean type.
Default: false
Group: consumerdefault EventAdminEndpointBuilderFactory.EventAdminEndpointConsumerBuilder bridgeErrorHandler(String bridgeErrorHandler)
boolean type.
Default: false
Group: consumerApache Camel