@Generated(value="org.apache.camel.springboot.maven.SpringBootAutoConfigurationMojo") @ConfigurationProperties(prefix="camel.component.nagios") public class NagiosComponentConfiguration extends org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon
| Constructor and Description |
|---|
NagiosComponentConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
getAutowiredEnabled() |
org.apache.camel.component.nagios.NagiosConfiguration |
getConfiguration() |
Integer |
getConnectionTimeout() |
com.googlecode.jsendnsca.encryption.Encryption |
getEncryption() |
Boolean |
getLazyStartProducer() |
String |
getPassword() |
Integer |
getTimeout() |
void |
setAutowiredEnabled(Boolean autowiredEnabled) |
void |
setConfiguration(org.apache.camel.component.nagios.NagiosConfiguration configuration) |
void |
setConnectionTimeout(Integer connectionTimeout) |
void |
setEncryption(com.googlecode.jsendnsca.encryption.Encryption encryption) |
void |
setLazyStartProducer(Boolean lazyStartProducer) |
void |
setPassword(String password) |
void |
setTimeout(Integer timeout) |
public Integer getConnectionTimeout()
public void setConnectionTimeout(Integer connectionTimeout)
public Boolean getLazyStartProducer()
public void setLazyStartProducer(Boolean lazyStartProducer)
public Integer getTimeout()
public void setTimeout(Integer timeout)
public Boolean getAutowiredEnabled()
public void setAutowiredEnabled(Boolean autowiredEnabled)
public org.apache.camel.component.nagios.NagiosConfiguration getConfiguration()
public void setConfiguration(org.apache.camel.component.nagios.NagiosConfiguration configuration)
public com.googlecode.jsendnsca.encryption.Encryption getEncryption()
public void setEncryption(com.googlecode.jsendnsca.encryption.Encryption encryption)
public String getPassword()
public void setPassword(String password)
Apache Camel