@UriEndpoint(firstVersion="2.15.0",
scheme="atmos",
title="Atmos",
syntax="atmos:name/operation",
category={CLOUD,FILE})
public class AtmosEndpoint
extends org.apache.camel.support.DefaultEndpoint
| Constructor and Description |
|---|
AtmosEndpoint() |
AtmosEndpoint(String uri,
AtmosComponent component,
AtmosConfiguration configuration) |
| Modifier and Type | Method and Description |
|---|---|
org.apache.camel.Consumer |
createConsumer(org.apache.camel.Processor processor)
Create one of the camel consumer available based on the configuration
|
org.apache.camel.Producer |
createProducer()
Create one of the camel producer available based on the configuration
|
AtmosConfiguration |
getConfiguration() |
void |
setConfiguration(AtmosConfiguration configuration) |
configureConsumer, configureExchange, configurePollingConsumer, configureProperties, createAsyncProducer, createEndpointUri, createExchange, createExchange, createPollingConsumer, doInit, doStart, doStop, equals, getCamelContext, getComponent, getEndpointKey, getEndpointUri, getExceptionHandler, getExchangePattern, getId, getPollingConsumerBlockTimeout, getPollingConsumerQueueSize, hashCode, isAutowiredEnabled, isBridgeErrorHandler, isLazyStartProducer, isLenientProperties, isPollingConsumerBlockWhenFull, isPollingConsumerCopy, isSingleton, setAutowiredEnabled, setBridgeErrorHandler, setCamelContext, setComponent, setEndpointUri, setEndpointUriIfNotSpecified, setExceptionHandler, setExchangePattern, setLazyStartProducer, setPollingConsumerBlockTimeout, setPollingConsumerBlockWhenFull, setPollingConsumerCopy, setPollingConsumerQueueSize, setProperties, toStringbuild, doBuild, doFail, doLifecycleChange, doResume, doShutdown, doSuspend, fail, getStatus, init, isBuild, isInit, isNew, isRunAllowed, isShutdown, isStarted, isStarting, isStartingOrStarted, isStopped, isStopping, isStoppingOrStopped, isSuspended, isSuspending, isSuspendingOrSuspended, resume, shutdown, start, stop, suspendclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic AtmosEndpoint()
public AtmosEndpoint(String uri, AtmosComponent component, AtmosConfiguration configuration)
public AtmosConfiguration getConfiguration()
public void setConfiguration(AtmosConfiguration configuration)
public org.apache.camel.Producer createProducer()
throws Exception
ExceptionApache Camel