public class TalendEndpoint
extends org.apache.camel.support.DefaultEndpoint
Represents a Talend endpoint.
| Constructor and Description |
|---|
TalendEndpoint(String uri,
String clazz,
TalendComponent component) |
| Modifier and Type | Method and Description |
|---|---|
org.apache.camel.Consumer |
createConsumer(org.apache.camel.Processor processor) |
org.apache.camel.Producer |
createProducer() |
String |
getComponentId() |
String |
getContext() |
Map<String,String> |
getEndpointProperties() |
routines.system.api.TalendJob |
getJobInstance(boolean isMandatory) |
boolean |
isPropagateHeader() |
boolean |
isSingleton() |
boolean |
isStickyJob() |
void |
setClazz(String clazz) |
void |
setComponentId(String componentId) |
void |
setContext(String context) |
void |
setEndpointProperties(Map<String,String> endpointProperties) |
void |
setPropagateHeader(boolean propagateHeader) |
void |
setStickyJob(boolean stickyJob) |
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, 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 TalendEndpoint(String uri, String clazz, TalendComponent component)
public org.apache.camel.Consumer createConsumer(org.apache.camel.Processor processor)
throws Exception
Exceptionpublic boolean isSingleton()
isSingleton in interface org.apache.camel.IsSingletonisSingleton in class org.apache.camel.support.DefaultEndpointpublic void setClazz(String clazz)
public String getContext()
public void setContext(String context)
public String getComponentId()
public void setComponentId(String componentId)
public boolean isPropagateHeader()
public void setPropagateHeader(boolean propagateHeader)
public boolean isStickyJob()
public void setStickyJob(boolean stickyJob)
public routines.system.api.TalendJob getJobInstance(boolean isMandatory)
throws Exception
ExceptionCopyright © 2011–2021 Talend Inc.. All rights reserved.