| Package | Description |
|---|---|
| org.apache.camel.builder.endpoint.dsl |
| Modifier and Type | Method and Description |
|---|---|
default GuavaEventBusEndpointBuilderFactory.GuavaEventBusEndpointBuilder |
GuavaEventBusEndpointBuilderFactory.AdvancedGuavaEventBusEndpointBuilder.basic() |
default GuavaEventBusEndpointBuilderFactory.GuavaEventBusEndpointBuilder |
GuavaEventBusEndpointBuilderFactory.GuavaEventBusEndpointBuilder.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.GuavaEventBusEndpointBuilder |
GuavaEventBusEndpointBuilderFactory.GuavaEventBusEndpointBuilder.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.
|
static GuavaEventBusEndpointBuilderFactory.GuavaEventBusEndpointBuilder |
GuavaEventBusEndpointBuilderFactory.guavaEventbus(String path)
Guava EventBus (camel-guava-eventbus)
The guava-eventbus component provides integration bridge between Camel
and Google Guava EventBus.
|
default GuavaEventBusEndpointBuilderFactory.GuavaEventBusEndpointBuilder |
GuavaEventBusEndpointBuilderFactory.GuavaEventBusBuilders.guavaEventbus(String path)
Guava EventBus (camel-guava-eventbus)
The guava-eventbus component provides integration bridge between
Camel and Google Guava EventBus.
|
default GuavaEventBusEndpointBuilderFactory.GuavaEventBusEndpointBuilder |
GuavaEventBusEndpointBuilderFactory.GuavaEventBusEndpointBuilder.listenerInterface(Class<Object> listenerInterface)
The interface with method(s) marked with the Subscribe annotation.
|
default GuavaEventBusEndpointBuilderFactory.GuavaEventBusEndpointBuilder |
GuavaEventBusEndpointBuilderFactory.GuavaEventBusEndpointBuilder.listenerInterface(String listenerInterface)
The interface with method(s) marked with the Subscribe annotation.
|
Apache Camel