| Package | Description |
|---|---|
| org.apache.camel.builder.endpoint.dsl |
| Modifier and Type | Interface and Description |
|---|---|
static interface |
GuavaEventBusEndpointBuilderFactory.GuavaEventBusEndpointBuilder
Builder for endpoint for the Guava EventBus component.
|
| Modifier and Type | Method and Description |
|---|---|
default GuavaEventBusEndpointBuilderFactory.GuavaEventBusEndpointProducerBuilder |
GuavaEventBusEndpointBuilderFactory.AdvancedGuavaEventBusEndpointProducerBuilder.basic() |
default GuavaEventBusEndpointBuilderFactory.GuavaEventBusEndpointProducerBuilder |
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 |
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 |
GuavaEventBusEndpointBuilderFactory.GuavaEventBusEndpointProducerBuilder.lazyStartProducer(boolean lazyStartProducer)
Whether the producer should be started lazy (on the first message).
|
default GuavaEventBusEndpointBuilderFactory.GuavaEventBusEndpointProducerBuilder |
GuavaEventBusEndpointBuilderFactory.GuavaEventBusEndpointProducerBuilder.lazyStartProducer(String lazyStartProducer)
Whether the producer should be started lazy (on the first message).
|
default GuavaEventBusEndpointBuilderFactory.GuavaEventBusEndpointProducerBuilder |
GuavaEventBusEndpointBuilderFactory.GuavaEventBusEndpointProducerBuilder.listenerInterface(Class<Object> listenerInterface)
The interface with method(s) marked with the Subscribe annotation.
|
default GuavaEventBusEndpointBuilderFactory.GuavaEventBusEndpointProducerBuilder |
GuavaEventBusEndpointBuilderFactory.GuavaEventBusEndpointProducerBuilder.listenerInterface(String listenerInterface)
The interface with method(s) marked with the Subscribe annotation.
|
Apache Camel