| Package | Description |
|---|---|
| org.apache.camel.builder.component | |
| org.apache.camel.builder.component.dsl |
| Modifier and Type | Method and Description |
|---|---|
static NagiosComponentBuilderFactory.NagiosComponentBuilder |
ComponentsBuilderFactory.nagios()
Nagios (camel-nagios)
Send passive checks to Nagios using JSendNSCA.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
NagiosComponentBuilderFactory.NagiosComponentBuilderImpl |
| Modifier and Type | Method and Description |
|---|---|
default NagiosComponentBuilderFactory.NagiosComponentBuilder |
NagiosComponentBuilderFactory.NagiosComponentBuilder.autowiredEnabled(boolean autowiredEnabled)
Whether autowiring is enabled.
|
default NagiosComponentBuilderFactory.NagiosComponentBuilder |
NagiosComponentBuilderFactory.NagiosComponentBuilder.configuration(org.apache.camel.component.nagios.NagiosConfiguration configuration)
To use a shared NagiosConfiguration.
|
default NagiosComponentBuilderFactory.NagiosComponentBuilder |
NagiosComponentBuilderFactory.NagiosComponentBuilder.connectionTimeout(int connectionTimeout)
Connection timeout in millis.
|
default NagiosComponentBuilderFactory.NagiosComponentBuilder |
NagiosComponentBuilderFactory.NagiosComponentBuilder.encryption(com.googlecode.jsendnsca.encryption.Encryption encryption)
To specify an encryption method.
|
default NagiosComponentBuilderFactory.NagiosComponentBuilder |
NagiosComponentBuilderFactory.NagiosComponentBuilder.lazyStartProducer(boolean lazyStartProducer)
Whether the producer should be started lazy (on the first message).
|
static NagiosComponentBuilderFactory.NagiosComponentBuilder |
NagiosComponentBuilderFactory.nagios()
Nagios (camel-nagios)
Send passive checks to Nagios using JSendNSCA.
|
default NagiosComponentBuilderFactory.NagiosComponentBuilder |
NagiosComponentBuilderFactory.NagiosComponentBuilder.password(String password)
Password to be authenticated when sending checks to Nagios.
|
default NagiosComponentBuilderFactory.NagiosComponentBuilder |
NagiosComponentBuilderFactory.NagiosComponentBuilder.timeout(int timeout)
Sending timeout in millis.
|
Apache Camel