@Generated(value="org.apache.camel.maven.packaging.SpringBootAutoConfigurationMojo") @ConfigurationProperties(prefix="camel.component.google-pubsub") public class GooglePubsubComponentConfiguration extends org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon
Modifier and Type | Class and Description |
---|---|
static class |
GooglePubsubComponentConfiguration.GooglePubsubConnectionFactoryNestedConfiguration |
Constructor and Description |
---|
GooglePubsubComponentConfiguration() |
Modifier and Type | Method and Description |
---|---|
GooglePubsubComponentConfiguration.GooglePubsubConnectionFactoryNestedConfiguration |
getConnectionFactory() |
Boolean |
getResolvePropertyPlaceholders() |
void |
setConnectionFactory(GooglePubsubComponentConfiguration.GooglePubsubConnectionFactoryNestedConfiguration connectionFactory) |
void |
setResolvePropertyPlaceholders(Boolean resolvePropertyPlaceholders) |
public GooglePubsubComponentConfiguration.GooglePubsubConnectionFactoryNestedConfiguration getConnectionFactory()
public void setConnectionFactory(GooglePubsubComponentConfiguration.GooglePubsubConnectionFactoryNestedConfiguration connectionFactory)
public Boolean getResolvePropertyPlaceholders()
public void setResolvePropertyPlaceholders(Boolean resolvePropertyPlaceholders)
Apache Camel