@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 |
---|---|
Boolean |
getAllowManualAcknowledgement() |
PulsarComponentConfiguration.AutoConfigurationNestedConfiguration |
getAutoConfiguration() |
String |
getPulsarClient() |
String |
getPulsarMessageReceiptFactory() |
Boolean |
getResolvePropertyPlaceholders() |
void |
setAllowManualAcknowledgement(Boolean allowManualAcknowledgement) |
void |
setAutoConfiguration(PulsarComponentConfiguration.AutoConfigurationNestedConfiguration autoConfiguration) |
void |
setPulsarClient(String pulsarClient) |
void |
setPulsarMessageReceiptFactory(String pulsarMessageReceiptFactory) |
void |
setResolvePropertyPlaceholders(Boolean resolvePropertyPlaceholders) |
public PulsarComponentConfiguration.AutoConfigurationNestedConfiguration getAutoConfiguration()
public void setAutoConfiguration(PulsarComponentConfiguration.AutoConfigurationNestedConfiguration autoConfiguration)
public String getPulsarClient()
public void setPulsarClient(String pulsarClient)
public Boolean getAllowManualAcknowledgement()
public void setAllowManualAcknowledgement(Boolean allowManualAcknowledgement)
public String getPulsarMessageReceiptFactory()
public void setPulsarMessageReceiptFactory(String pulsarMessageReceiptFactory)
public Boolean getResolvePropertyPlaceholders()
public void setResolvePropertyPlaceholders(Boolean resolvePropertyPlaceholders)
Apache Camel