Skip navigation links
Camel :: Guava-EventBus 2.21.0.fuse-750033-redhat-00001
C D E F G I L O P S 

C

CamelEventHandler - Class in org.apache.camel.component.guava.eventbus
 
CamelEventHandler(GuavaEventBusEndpoint, Processor) - Constructor for class org.apache.camel.component.guava.eventbus.CamelEventHandler
 
createConsumer(Processor) - Method in class org.apache.camel.component.guava.eventbus.GuavaEventBusEndpoint
 
createEndpoint(String, String, Map<String, Object>) - Method in class org.apache.camel.component.guava.eventbus.GuavaEventBusComponent
 
createExchange(Object) - Method in class org.apache.camel.component.guava.eventbus.GuavaEventBusEndpoint
 
createProducer() - Method in class org.apache.camel.component.guava.eventbus.GuavaEventBusEndpoint
 

D

doEventReceived(Object) - Method in class org.apache.camel.component.guava.eventbus.CamelEventHandler
Callback executed to propagate event from Guava listener to Camel route.
doStart() - Method in class org.apache.camel.component.guava.eventbus.GuavaEventBusConsumer
 
doStart() - Method in class org.apache.camel.component.guava.eventbus.GuavaEventBusEndpoint
 
doStop() - Method in class org.apache.camel.component.guava.eventbus.GuavaEventBusConsumer
 

E

eventBusEndpoint - Variable in class org.apache.camel.component.guava.eventbus.CamelEventHandler
 
eventReceived(Object) - Method in class org.apache.camel.component.guava.eventbus.FilteringCamelEventHandler
Guava callback executed when an event was received.

F

FilteringCamelEventHandler - Class in org.apache.camel.component.guava.eventbus
Subtype of CamelEventHandler with public method marked with Guava @Subscribe annotation.
FilteringCamelEventHandler(GuavaEventBusEndpoint, Processor, Class<?>) - Constructor for class org.apache.camel.component.guava.eventbus.FilteringCamelEventHandler
 

G

getEventBus() - Method in class org.apache.camel.component.guava.eventbus.GuavaEventBusComponent
 
getEventBus() - Method in class org.apache.camel.component.guava.eventbus.GuavaEventBusEndpoint
 
getEventBusRef() - Method in class org.apache.camel.component.guava.eventbus.GuavaEventBusEndpoint
 
getEventClass() - Method in class org.apache.camel.component.guava.eventbus.GuavaEventBusEndpoint
 
getListenerInterface() - Method in class org.apache.camel.component.guava.eventbus.GuavaEventBusComponent
 
getListenerInterface() - Method in class org.apache.camel.component.guava.eventbus.GuavaEventBusEndpoint
 
GuavaEventBusComponent - Class in org.apache.camel.component.guava.eventbus
Camel component for Guava EventBus (http://docs.guava-libraries.googlecode.com/git/javadoc/com/google/common/eventbus/EventBus.html).
GuavaEventBusComponent() - Constructor for class org.apache.camel.component.guava.eventbus.GuavaEventBusComponent
 
GuavaEventBusConsumer - Class in org.apache.camel.component.guava.eventbus
Guava EventBus (http://docs.guava-libraries.googlecode.com/git/javadoc/com/google/common/eventbus/EventBus.html) consumer reading messages from the bus and forwarding them to the Camel routes.
GuavaEventBusConsumer(GuavaEventBusEndpoint, Processor, EventBus, Class<?>, Class<?>) - Constructor for class org.apache.camel.component.guava.eventbus.GuavaEventBusConsumer
 
GuavaEventBusEndpoint - Class in org.apache.camel.component.guava.eventbus
The guava-eventbus component provides integration bridge between Camel and Google Guava EventBus.
GuavaEventBusEndpoint(String, Component, EventBus, Class<?>) - Constructor for class org.apache.camel.component.guava.eventbus.GuavaEventBusEndpoint
 
GuavaEventBusProducer - Class in org.apache.camel.component.guava.eventbus
Guava EventBus (http://docs.guava-libraries.googlecode.com/git/javadoc/com/google/common/eventbus/EventBus.html) producer forwarding messages from Camel routes to the bus.
GuavaEventBusProducer(Endpoint, EventBus) - Constructor for class org.apache.camel.component.guava.eventbus.GuavaEventBusProducer
 

I

isMultipleConsumersSupported() - Method in class org.apache.camel.component.guava.eventbus.GuavaEventBusEndpoint
 
isSingleton() - Method in class org.apache.camel.component.guava.eventbus.GuavaEventBusEndpoint
 

L

log - Variable in class org.apache.camel.component.guava.eventbus.CamelEventHandler
 

O

org.apache.camel.component.guava.eventbus - package org.apache.camel.component.guava.eventbus
 

P

process(Exchange) - Method in class org.apache.camel.component.guava.eventbus.GuavaEventBusProducer
 
processor - Variable in class org.apache.camel.component.guava.eventbus.CamelEventHandler
 

S

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.
C D E F G I L O P S 
Skip navigation links
Camel :: Guava-EventBus 2.21.0.fuse-750033-redhat-00001

Apache Camel