@UriEndpoint(firstVersion="3.8.0",
scheme="stitch",
title="Stitch",
syntax="stitch:tableName",
producerOnly=true,
category={CLOUD,API,COMPUTE,BIGDATA})
public class StitchEndpoint
extends org.apache.camel.support.DefaultEndpoint
| Constructor and Description |
|---|
StitchEndpoint() |
StitchEndpoint(String uri,
org.apache.camel.Component component,
StitchConfiguration configuration) |
| Modifier and Type | Method and Description |
|---|---|
org.apache.camel.Consumer |
createConsumer(org.apache.camel.Processor processor) |
org.apache.camel.Producer |
createProducer() |
protected void |
doStart() |
protected void |
doStop() |
StitchConfiguration |
getConfiguration()
The component configurations
|
StitchClient |
getStitchClient() |
void |
setConfiguration(StitchConfiguration configuration) |
void |
setStitchClient(StitchClient stitchClient) |
configureConsumer, configureExchange, configurePollingConsumer, configureProperties, createAsyncProducer, createEndpointUri, createExchange, createExchange, createPollingConsumer, doInit, 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 StitchEndpoint()
public StitchEndpoint(String uri, org.apache.camel.Component component, StitchConfiguration configuration)
protected void doStart()
throws Exception
doStart in class org.apache.camel.support.DefaultEndpointExceptionpublic org.apache.camel.Consumer createConsumer(org.apache.camel.Processor processor)
throws Exception
Exceptionprotected void doStop()
throws Exception
doStop in class org.apache.camel.support.DefaultEndpointExceptionpublic StitchConfiguration getConfiguration()
public void setConfiguration(StitchConfiguration configuration)
public StitchClient getStitchClient()
public void setStitchClient(StitchClient stitchClient)
Apache Camel