| Modifier and Type | Method and Description |
|---|---|
AtmosConfiguration |
AtmosEndpoint.getConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
void |
AtmosEndpoint.setConfiguration(AtmosConfiguration configuration) |
| Constructor and Description |
|---|
AtmosEndpoint(String uri,
AtmosComponent component,
AtmosConfiguration configuration) |
| Modifier and Type | Field and Description |
|---|---|
protected AtmosConfiguration |
AtmosScheduledPollConsumer.configuration |
| Constructor and Description |
|---|
AtmosScheduledPollConsumer(AtmosEndpoint endpoint,
org.apache.camel.Processor processor,
AtmosConfiguration configuration) |
AtmosScheduledPollGetConsumer(AtmosEndpoint endpoint,
org.apache.camel.Processor processor,
AtmosConfiguration configuration) |
| Modifier and Type | Field and Description |
|---|---|
protected AtmosConfiguration |
AtmosProducer.configuration |
| Constructor and Description |
|---|
AtmosDelProducer(AtmosEndpoint endpoint,
AtmosConfiguration configuration) |
AtmosGetProducer(AtmosEndpoint endpoint,
AtmosConfiguration configuration) |
AtmosMoveProducer(AtmosEndpoint endpoint,
AtmosConfiguration configuration) |
AtmosProducer(AtmosEndpoint endpoint,
AtmosConfiguration configuration) |
AtmosPutProducer(AtmosEndpoint endpoint,
AtmosConfiguration configuration) |
| Modifier and Type | Method and Description |
|---|---|
static void |
AtmosConfigurationValidator.validate(AtmosConfiguration configuration)
Validate the parameters passed in the incoming url.
|
Apache Camel