public static interface GuavaEventBusEndpointBuilderFactory.GuavaEventBusEndpointProducerBuilder
extends org.apache.camel.builder.EndpointProducerBuilder
| Modifier and Type | Method and Description |
|---|---|
default GuavaEventBusEndpointBuilderFactory.AdvancedGuavaEventBusEndpointProducerBuilder |
advanced() |
default GuavaEventBusEndpointBuilderFactory.GuavaEventBusEndpointProducerBuilder |
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.GuavaEventBusEndpointProducerBuilder |
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.GuavaEventBusEndpointProducerBuilder |
lazyStartProducer(boolean lazyStartProducer)
Whether the producer should be started lazy (on the first message).
|
default GuavaEventBusEndpointBuilderFactory.GuavaEventBusEndpointProducerBuilder |
lazyStartProducer(String lazyStartProducer)
Whether the producer should be started lazy (on the first message).
|
default GuavaEventBusEndpointBuilderFactory.GuavaEventBusEndpointProducerBuilder |
listenerInterface(Class<Object> listenerInterface)
The interface with method(s) marked with the Subscribe annotation.
|
default GuavaEventBusEndpointBuilderFactory.GuavaEventBusEndpointProducerBuilder |
listenerInterface(String listenerInterface)
The interface with method(s) marked with the Subscribe annotation.
|
default GuavaEventBusEndpointBuilderFactory.AdvancedGuavaEventBusEndpointProducerBuilder advanced()
default GuavaEventBusEndpointBuilderFactory.GuavaEventBusEndpointProducerBuilder eventClass(Class<Object> eventClass)
eventClass - the value to setdefault GuavaEventBusEndpointBuilderFactory.GuavaEventBusEndpointProducerBuilder eventClass(String eventClass)
eventClass - the value to setdefault GuavaEventBusEndpointBuilderFactory.GuavaEventBusEndpointProducerBuilder listenerInterface(Class<Object> listenerInterface)
listenerInterface - the value to setdefault GuavaEventBusEndpointBuilderFactory.GuavaEventBusEndpointProducerBuilder listenerInterface(String listenerInterface)
listenerInterface - the value to setdefault GuavaEventBusEndpointBuilderFactory.GuavaEventBusEndpointProducerBuilder lazyStartProducer(boolean lazyStartProducer)
lazyStartProducer - the value to setdefault GuavaEventBusEndpointBuilderFactory.GuavaEventBusEndpointProducerBuilder lazyStartProducer(String lazyStartProducer)
lazyStartProducer - the value to setApache Camel