@UriEndpoint(firstVersion="2.11.0",
scheme="aws-cw",
title="AWS CloudWatch",
syntax="aws-cw:namespace",
producerOnly=true,
label="cloud,monitoring")
public class CwEndpoint
extends org.apache.camel.impl.DefaultEndpoint
| Constructor and Description |
|---|
CwEndpoint(String uri,
org.apache.camel.CamelContext context,
CwConfiguration configuration)
Deprecated.
|
CwEndpoint(String uri,
org.apache.camel.Component component,
CwConfiguration configuration) |
| Modifier and Type | Method and Description |
|---|---|
org.apache.camel.Consumer |
createConsumer(org.apache.camel.Processor processor) |
org.apache.camel.Producer |
createProducer() |
void |
doStart() |
void |
doStop() |
com.amazonaws.services.cloudwatch.AmazonCloudWatch |
getCloudWatchClient() |
CwConfiguration |
getConfiguration() |
boolean |
isSingleton() |
void |
setCloudWatchClient(com.amazonaws.services.cloudwatch.AmazonCloudWatch cloudWatchClient) |
void |
setConfiguration(CwConfiguration configuration) |
configureConsumer, configurePollingConsumer, configureProperties, createEndpointConfiguration, createEndpointUri, createExchange, createExchange, createExchange, createPollingConsumer, equals, getCamelContext, getComponent, getConsumerProperties, getEndpointConfiguration, getEndpointKey, getEndpointUri, getExceptionHandler, getExchangePattern, getId, getPollingConsumerBlockTimeout, getPollingConsumerQueueSize, hashCode, isBridgeErrorHandler, isLenientProperties, isPollingConsumerBlockWhenFull, isSynchronous, setBridgeErrorHandler, setCamelContext, setConsumerProperties, setEndpointConfiguration, setEndpointUri, setEndpointUriIfNotSpecified, setExceptionHandler, setExchangePattern, setPollingConsumerBlockTimeout, setPollingConsumerBlockWhenFull, setPollingConsumerQueueSize, setProperties, setSynchronous, toStringdoResume, doShutdown, doSuspend, getStatus, getVersion, isRunAllowed, isStarted, isStarting, isStopped, isStopping, isStoppingOrStopped, isSuspended, isSuspending, isSuspendingOrSuspended, resume, shutdown, start, stop, suspend@Deprecated public CwEndpoint(String uri, org.apache.camel.CamelContext context, CwConfiguration configuration)
public CwEndpoint(String uri, org.apache.camel.Component component, CwConfiguration configuration)
public org.apache.camel.Consumer createConsumer(org.apache.camel.Processor processor)
throws Exception
Exceptionpublic boolean isSingleton()
public void doStart()
throws Exception
doStart in class org.apache.camel.impl.DefaultEndpointExceptionpublic void doStop()
throws Exception
doStop in class org.apache.camel.impl.DefaultEndpointExceptionpublic CwConfiguration getConfiguration()
public void setConfiguration(CwConfiguration configuration)
public void setCloudWatchClient(com.amazonaws.services.cloudwatch.AmazonCloudWatch cloudWatchClient)
public com.amazonaws.services.cloudwatch.AmazonCloudWatch getCloudWatchClient()
Apache Camel