- setEventBus(EventBus) - Method in class org.apache.camel.component.guava.eventbus.GuavaEventBusComponent
-
To use the given Guava EventBus instance
- setEventBus(EventBus) - Method in class org.apache.camel.component.guava.eventbus.GuavaEventBusEndpoint
-
To use the given Guava EventBus instance
- setEventBusRef(String) - Method in class org.apache.camel.component.guava.eventbus.GuavaEventBusEndpoint
-
To lookup the Guava EventBus from the registry with the given name
- setEventClass(Class<?>) - Method in class org.apache.camel.component.guava.eventbus.GuavaEventBusEndpoint
-
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.
- setListenerInterface(Class<?>) - Method in class org.apache.camel.component.guava.eventbus.GuavaEventBusComponent
-
The interface with method(s) marked with the @Subscribe annotation.
- setListenerInterface(Class<?>) - Method in class org.apache.camel.component.guava.eventbus.GuavaEventBusEndpoint
-
The interface with method(s) marked with the @Subscribe annotation.