| Package | Description |
|---|---|
| org.apache.camel.builder.endpoint | |
| org.apache.camel.builder.endpoint.dsl |
| Modifier and Type | Method and Description |
|---|---|
static GuavaEventBusEndpointBuilderFactory.GuavaEventBusEndpointBuilder |
StaticEndpointBuilders.guavaEventbus(String path)
Guava EventBus (camel-guava-eventbus)
Send and receive messages to/from Guava EventBus.
|
static GuavaEventBusEndpointBuilderFactory.GuavaEventBusEndpointBuilder |
StaticEndpointBuilders.guavaEventbus(String componentName,
String path)
Guava EventBus (camel-guava-eventbus)
Send and receive messages to/from Guava EventBus.
|
| Modifier and Type | Method and Description |
|---|---|
default GuavaEventBusEndpointBuilderFactory.GuavaEventBusEndpointBuilder |
GuavaEventBusEndpointBuilderFactory.AdvancedGuavaEventBusEndpointBuilder.basic() |
static GuavaEventBusEndpointBuilderFactory.GuavaEventBusEndpointBuilder |
GuavaEventBusEndpointBuilderFactory.endpointBuilder(String componentName,
String path) |
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.
|
default GuavaEventBusEndpointBuilderFactory.GuavaEventBusEndpointBuilder |
GuavaEventBusEndpointBuilderFactory.GuavaEventBusBuilders.guavaEventbus(String path)
Guava EventBus (camel-guava-eventbus)
Send and receive messages to/from Guava EventBus.
|
default GuavaEventBusEndpointBuilderFactory.GuavaEventBusEndpointBuilder |
GuavaEventBusEndpointBuilderFactory.GuavaEventBusBuilders.guavaEventbus(String componentName,
String path)
Guava EventBus (camel-guava-eventbus)
Send and receive messages to/from 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