@Generated(value="org.apache.camel.maven.packaging.SpringBootAutoConfigurationMojo") @ConfigurationProperties(prefix="camel.component.pulsar") public class PulsarComponentConfiguration extends org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon
| Modifier and Type | Class and Description |
|---|---|
static class |
PulsarComponentConfiguration.AutoConfigurationNestedConfiguration |
| Constructor and Description |
|---|
PulsarComponentConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
PulsarComponentConfiguration.AutoConfigurationNestedConfiguration |
getAutoConfiguration() |
String |
getPulsarClient() |
Boolean |
getResolvePropertyPlaceholders() |
void |
setAutoConfiguration(PulsarComponentConfiguration.AutoConfigurationNestedConfiguration autoConfiguration) |
void |
setPulsarClient(String pulsarClient) |
void |
setResolvePropertyPlaceholders(Boolean resolvePropertyPlaceholders) |
public PulsarComponentConfiguration.AutoConfigurationNestedConfiguration getAutoConfiguration()
public void setAutoConfiguration(PulsarComponentConfiguration.AutoConfigurationNestedConfiguration autoConfiguration)
public String getPulsarClient()
public void setPulsarClient(String pulsarClient)
public Boolean getResolvePropertyPlaceholders()
public void setResolvePropertyPlaceholders(Boolean resolvePropertyPlaceholders)
Apache Camel