default VertxEndpointBuilderFactory.VertxEndpointConsumerBuilder |
VertxEndpointBuilderFactory.AdvancedVertxEndpointConsumerBuilder.basic() |
|
default VertxEndpointBuilderFactory.VertxEndpointConsumerBuilder |
VertxEndpointBuilderFactory.VertxEndpointConsumerBuilder.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 VertxEndpointBuilderFactory.VertxEndpointConsumerBuilder |
VertxEndpointBuilderFactory.VertxEndpointConsumerBuilder.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 VertxEndpointBuilderFactory.VertxEndpointConsumerBuilder |
VertxEndpointBuilderFactory.VertxEndpointConsumerBuilder.pubSub(Boolean pubSub) |
Whether to use publish/subscribe instead of point to point when
sending to a vertx endpoint.
|
default VertxEndpointBuilderFactory.VertxEndpointConsumerBuilder |
VertxEndpointBuilderFactory.VertxEndpointConsumerBuilder.pubSub(String pubSub) |
Whether to use publish/subscribe instead of point to point when
sending to a vertx endpoint.
|