public static interface GuavaEventBusEndpointBuilderFactory.GuavaEventBusEndpointConsumerBuilder
extends org.apache.camel.builder.EndpointConsumerBuilder
| Modifier and Type | Method and Description |
|---|---|
default GuavaEventBusEndpointBuilderFactory.AdvancedGuavaEventBusEndpointConsumerBuilder |
advanced() |
default 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 |
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 |
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 |
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 |
listenerInterface(Class<Object> listenerInterface)
The interface with method(s) marked with the Subscribe annotation.
|
default GuavaEventBusEndpointBuilderFactory.GuavaEventBusEndpointConsumerBuilder |
listenerInterface(String listenerInterface)
The interface with method(s) marked with the Subscribe annotation.
|
default GuavaEventBusEndpointBuilderFactory.AdvancedGuavaEventBusEndpointConsumerBuilder advanced()
default GuavaEventBusEndpointBuilderFactory.GuavaEventBusEndpointConsumerBuilder eventClass(Class<Object> eventClass)
eventClass - the value to setdefault GuavaEventBusEndpointBuilderFactory.GuavaEventBusEndpointConsumerBuilder eventClass(String eventClass)
eventClass - the value to setdefault GuavaEventBusEndpointBuilderFactory.GuavaEventBusEndpointConsumerBuilder listenerInterface(Class<Object> listenerInterface)
listenerInterface - the value to setdefault GuavaEventBusEndpointBuilderFactory.GuavaEventBusEndpointConsumerBuilder listenerInterface(String listenerInterface)
listenerInterface - the value to setdefault GuavaEventBusEndpointBuilderFactory.GuavaEventBusEndpointConsumerBuilder bridgeErrorHandler(boolean bridgeErrorHandler)
bridgeErrorHandler - the value to setdefault GuavaEventBusEndpointBuilderFactory.GuavaEventBusEndpointConsumerBuilder bridgeErrorHandler(String bridgeErrorHandler)
bridgeErrorHandler - the value to setApache Camel