Uses of Class
org.apache.camel.component.atmos.AtmosConfiguration
-
-
Uses of AtmosConfiguration in org.apache.camel.component.atmos
Methods in org.apache.camel.component.atmos that return AtmosConfiguration Modifier and Type Method Description AtmosConfiguration
AtmosEndpoint. getConfiguration()
Methods in org.apache.camel.component.atmos with parameters of type AtmosConfiguration Modifier and Type Method Description void
AtmosEndpoint. setConfiguration(AtmosConfiguration configuration)
Constructors in org.apache.camel.component.atmos with parameters of type AtmosConfiguration Constructor Description AtmosEndpoint(String uri, AtmosComponent component, AtmosConfiguration configuration)
-
Uses of AtmosConfiguration in org.apache.camel.component.atmos.integration.consumer
Fields in org.apache.camel.component.atmos.integration.consumer declared as AtmosConfiguration Modifier and Type Field Description protected AtmosConfiguration
AtmosScheduledPollConsumer. configuration
Constructors in org.apache.camel.component.atmos.integration.consumer with parameters of type AtmosConfiguration Constructor Description AtmosScheduledPollConsumer(AtmosEndpoint endpoint, org.apache.camel.Processor processor, AtmosConfiguration configuration)
AtmosScheduledPollGetConsumer(AtmosEndpoint endpoint, org.apache.camel.Processor processor, AtmosConfiguration configuration)
-
Uses of AtmosConfiguration in org.apache.camel.component.atmos.integration.producer
Fields in org.apache.camel.component.atmos.integration.producer declared as AtmosConfiguration Modifier and Type Field Description protected AtmosConfiguration
AtmosProducer. configuration
Constructors in org.apache.camel.component.atmos.integration.producer with parameters of type AtmosConfiguration Constructor 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)
-
Uses of AtmosConfiguration in org.apache.camel.component.atmos.validator
Methods in org.apache.camel.component.atmos.validator with parameters of type AtmosConfiguration Modifier and Type Method Description static void
AtmosConfigurationValidator. validate(AtmosConfiguration configuration)
Validate the parameters passed in the incoming url.
-