Class NagiosComponentConfiguration
- java.lang.Object
-
- org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon
-
- org.apache.camel.component.nagios.springboot.NagiosComponentConfiguration
-
@Generated("org.apache.camel.springboot.maven.SpringBootAutoConfigurationMojo") @ConfigurationProperties(prefix="camel.component.nagios") public class NagiosComponentConfiguration extends org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon
Send passive checks to Nagios using JSendNSCA. Generated by camel-package-maven-plugin - do not edit this file!
-
-
Constructor Summary
Constructors Constructor Description NagiosComponentConfiguration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BooleangetAutowiredEnabled()org.apache.camel.component.nagios.NagiosConfigurationgetConfiguration()IntegergetConnectionTimeout()com.googlecode.jsendnsca.encryption.EncryptiongetEncryption()BooleangetLazyStartProducer()StringgetPassword()IntegergetTimeout()voidsetAutowiredEnabled(Boolean autowiredEnabled)voidsetConfiguration(org.apache.camel.component.nagios.NagiosConfiguration configuration)voidsetConnectionTimeout(Integer connectionTimeout)voidsetEncryption(com.googlecode.jsendnsca.encryption.Encryption encryption)voidsetLazyStartProducer(Boolean lazyStartProducer)voidsetPassword(String password)voidsetTimeout(Integer timeout)
-
-
-
Method Detail
-
getConnectionTimeout
public Integer getConnectionTimeout()
-
setConnectionTimeout
public void setConnectionTimeout(Integer connectionTimeout)
-
getLazyStartProducer
public Boolean getLazyStartProducer()
-
setLazyStartProducer
public void setLazyStartProducer(Boolean lazyStartProducer)
-
getTimeout
public Integer getTimeout()
-
setTimeout
public void setTimeout(Integer timeout)
-
getAutowiredEnabled
public Boolean getAutowiredEnabled()
-
setAutowiredEnabled
public void setAutowiredEnabled(Boolean autowiredEnabled)
-
getConfiguration
public org.apache.camel.component.nagios.NagiosConfiguration getConfiguration()
-
setConfiguration
public void setConfiguration(org.apache.camel.component.nagios.NagiosConfiguration configuration)
-
getEncryption
public com.googlecode.jsendnsca.encryption.Encryption getEncryption()
-
setEncryption
public void setEncryption(com.googlecode.jsendnsca.encryption.Encryption encryption)
-
getPassword
public String getPassword()
-
setPassword
public void setPassword(String password)
-
-