| 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)
To 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.basicPropertyBinding(boolean basicPropertyBinding)
Whether the component should use basic property binding (Camel 2.x)
or the newer property binding with additional capabilities.
|
default NagiosComponentBuilderFactory.NagiosComponentBuilder |
NagiosComponentBuilderFactory.NagiosComponentBuilder.configuration(org.apache.camel.component.nagios.NagiosConfiguration configuration)
To use a shared NagiosConfiguration.
|
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)
To send passive checks to Nagios using JSendNSCA.
|
Apache Camel