@Generated(value="org.apache.camel.maven.packaging.SpringBootAutoConfigurationMojo") @ConfigurationProperties(prefix="camel.component.guava-eventbus") public class GuavaEventBusComponentConfiguration extends org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon
Constructor and Description |
---|
GuavaEventBusComponentConfiguration() |
Modifier and Type | Method and Description |
---|---|
com.google.common.eventbus.EventBus |
getEventBus() |
Class |
getListenerInterface() |
Boolean |
getResolvePropertyPlaceholders() |
void |
setEventBus(com.google.common.eventbus.EventBus eventBus) |
void |
setListenerInterface(Class listenerInterface) |
void |
setResolvePropertyPlaceholders(Boolean resolvePropertyPlaceholders) |
public com.google.common.eventbus.EventBus getEventBus()
public void setEventBus(com.google.common.eventbus.EventBus eventBus)
public Class getListenerInterface()
public void setListenerInterface(Class listenerInterface)
public Boolean getResolvePropertyPlaceholders()
public void setResolvePropertyPlaceholders(Boolean resolvePropertyPlaceholders)
Apache Camel