@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 |
---|---|
String |
getEventBus() |
Class |
getListenerInterface() |
Boolean |
getResolvePropertyPlaceholders() |
void |
setEventBus(String eventBus) |
void |
setListenerInterface(Class listenerInterface) |
void |
setResolvePropertyPlaceholders(Boolean resolvePropertyPlaceholders) |
public String getEventBus()
public void setEventBus(String eventBus)
public Class getListenerInterface()
public void setListenerInterface(Class listenerInterface)
public Boolean getResolvePropertyPlaceholders()
public void setResolvePropertyPlaceholders(Boolean resolvePropertyPlaceholders)
Apache Camel