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)
java.lang.Class<java.lang.Object>
type.
Group: commondefault GuavaEventBusEndpointBuilderFactory.GuavaEventBusEndpointProducerBuilder eventClass(String eventClass)
java.lang.Class<java.lang.Object> type.
Group: commondefault GuavaEventBusEndpointBuilderFactory.GuavaEventBusEndpointProducerBuilder listenerInterface(Class<Object> listenerInterface)
java.lang.Class<java.lang.Object>
type.
Group: commondefault GuavaEventBusEndpointBuilderFactory.GuavaEventBusEndpointProducerBuilder listenerInterface(String listenerInterface)
java.lang.Class<java.lang.Object> type.
Group: commondefault GuavaEventBusEndpointBuilderFactory.GuavaEventBusEndpointProducerBuilder lazyStartProducer(boolean lazyStartProducer)
boolean type.
Default: false
Group: producerdefault GuavaEventBusEndpointBuilderFactory.GuavaEventBusEndpointProducerBuilder lazyStartProducer(String lazyStartProducer)
boolean type.
Default: false
Group: producerApache Camel