Uses of Class
org.apache.camel.component.atmos.AtmosEndpoint
-
Packages that use AtmosEndpoint Package Description org.apache.camel.component.atmos org.apache.camel.component.atmos.integration.consumer org.apache.camel.component.atmos.integration.producer -
-
Uses of AtmosEndpoint in org.apache.camel.component.atmos
Methods in org.apache.camel.component.atmos that return AtmosEndpoint Modifier and Type Method Description protected AtmosEndpoint
AtmosComponent. createEndpoint(String uri, String remaining, Map<String,Object> parameters)
-
Uses of AtmosEndpoint in org.apache.camel.component.atmos.integration.consumer
Fields in org.apache.camel.component.atmos.integration.consumer declared as AtmosEndpoint Modifier and Type Field Description protected AtmosEndpoint
AtmosScheduledPollConsumer. endpoint
Constructors in org.apache.camel.component.atmos.integration.consumer with parameters of type AtmosEndpoint Constructor Description AtmosScheduledPollConsumer(AtmosEndpoint endpoint, org.apache.camel.Processor processor, AtmosConfiguration configuration)
AtmosScheduledPollGetConsumer(AtmosEndpoint endpoint, org.apache.camel.Processor processor, AtmosConfiguration configuration)
-
Uses of AtmosEndpoint in org.apache.camel.component.atmos.integration.producer
Fields in org.apache.camel.component.atmos.integration.producer declared as AtmosEndpoint Modifier and Type Field Description protected AtmosEndpoint
AtmosProducer. endpoint
Constructors in org.apache.camel.component.atmos.integration.producer with parameters of type AtmosEndpoint 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)
-