@UriEndpoint(firstVersion="2.19.0",
scheme="aws-kinesis-firehose",
title="AWS Kinesis Firehose",
syntax="aws-kinesis-firehose:streamName",
producerOnly=true,
label="cloud,messaging")
public class KinesisFirehoseEndpoint
extends org.apache.camel.support.DefaultEndpoint
| Constructor and Description |
|---|
KinesisFirehoseEndpoint(String uri,
KinesisFirehoseConfiguration configuration,
KinesisFirehoseComponent component) |
| Modifier and Type | Method and Description |
|---|---|
org.apache.camel.Consumer |
createConsumer(org.apache.camel.Processor processor) |
org.apache.camel.Producer |
createProducer() |
protected void |
doStart() |
void |
doStop() |
com.amazonaws.services.kinesisfirehose.AmazonKinesisFirehose |
getClient() |
KinesisFirehoseConfiguration |
getConfiguration() |
boolean |
isSingleton() |
configureConsumer, configurePollingConsumer, configureProperties, createAsyncProducer, createEndpointUri, createExchange, createExchange, createPollingConsumer, equals, getCamelContext, getComponent, getConsumerProperties, getEndpointKey, getEndpointUri, getExceptionHandler, getExchangePattern, getId, getPollingConsumerBlockTimeout, getPollingConsumerQueueSize, hashCode, isBridgeErrorHandler, isLenientProperties, isPollingConsumerBlockWhenFull, isSynchronous, setBridgeErrorHandler, setCamelContext, setConsumerProperties, setEndpointUri, setEndpointUriIfNotSpecified, setExceptionHandler, setExchangePattern, setPollingConsumerBlockTimeout, setPollingConsumerBlockWhenFull, setPollingConsumerQueueSize, setProperties, setSynchronous, toStringdoInit, doResume, doShutdown, doSuspend, getStatus, init, isInit, isNew, isRunAllowed, isShutdown, isStarted, isStarting, isStartingOrStarted, isStopped, isStopping, isStoppingOrStopped, isSuspended, isSuspending, isSuspendingOrSuspended, resume, shutdown, start, stop, suspendpublic KinesisFirehoseEndpoint(String uri, KinesisFirehoseConfiguration configuration, KinesisFirehoseComponent component)
public org.apache.camel.Consumer createConsumer(org.apache.camel.Processor processor)
throws Exception
Exceptionprotected void doStart()
throws Exception
doStart in class org.apache.camel.support.DefaultEndpointExceptionpublic void doStop()
throws Exception
doStop in class org.apache.camel.support.DefaultEndpointExceptionpublic boolean isSingleton()
public com.amazonaws.services.kinesisfirehose.AmazonKinesisFirehose getClient()
public KinesisFirehoseConfiguration getConfiguration()
Apache Camel