@ConfigurationProperties(prefix="camel.component.guava-eventbus") public class GuavaEventBusComponentConfiguration extends Object
Constructor and Description |
---|
GuavaEventBusComponentConfiguration() |
Modifier and Type | Method and Description |
---|---|
com.google.common.eventbus.EventBus |
getEventBus() |
Class |
getListenerInterface() |
void |
setEventBus(com.google.common.eventbus.EventBus eventBus) |
void |
setListenerInterface(Class listenerInterface) |
public com.google.common.eventbus.EventBus getEventBus()
public void setEventBus(com.google.common.eventbus.EventBus eventBus)
public Class getListenerInterface()
public void setListenerInterface(Class listenerInterface)
Apache Camel