default GuavaEventBusEndpointBuilderFactory.GuavaEventBusEndpointConsumerBuilder |
GuavaEventBusEndpointBuilderFactory.AdvancedGuavaEventBusEndpointConsumerBuilder.basic() |
|
default GuavaEventBusEndpointBuilderFactory.GuavaEventBusEndpointConsumerBuilder |
GuavaEventBusEndpointBuilderFactory.GuavaEventBusEndpointConsumerBuilder.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 GuavaEventBusEndpointBuilderFactory.GuavaEventBusEndpointConsumerBuilder |
GuavaEventBusEndpointBuilderFactory.GuavaEventBusEndpointConsumerBuilder.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 GuavaEventBusEndpointBuilderFactory.GuavaEventBusEndpointConsumerBuilder |
GuavaEventBusEndpointBuilderFactory.GuavaEventBusEndpointConsumerBuilder.eventClass(Class<Object> eventClass) |
If used on the consumer side of the route, will filter events
received from the EventBus to the instances of the class and
superclasses of eventClass.
|
default GuavaEventBusEndpointBuilderFactory.GuavaEventBusEndpointConsumerBuilder |
GuavaEventBusEndpointBuilderFactory.GuavaEventBusEndpointConsumerBuilder.eventClass(String eventClass) |
If used on the consumer side of the route, will filter events
received from the EventBus to the instances of the class and
superclasses of eventClass.
|
default GuavaEventBusEndpointBuilderFactory.GuavaEventBusEndpointConsumerBuilder |
GuavaEventBusEndpointBuilderFactory.GuavaEventBusEndpointConsumerBuilder.listenerInterface(Class<Object> listenerInterface) |
The interface with method(s) marked with the Subscribe annotation.
|
default GuavaEventBusEndpointBuilderFactory.GuavaEventBusEndpointConsumerBuilder |
GuavaEventBusEndpointBuilderFactory.GuavaEventBusEndpointConsumerBuilder.listenerInterface(String listenerInterface) |
The interface with method(s) marked with the Subscribe annotation.
|