@UriEndpoint(firstVersion="2.12.0",
scheme="salesforce",
title="Salesforce",
syntax="salesforce:operationName:topicName",
label="api,cloud,crm")
public class SalesforceEndpoint
extends org.apache.camel.support.DefaultEndpoint
| Constructor and Description |
|---|
SalesforceEndpoint(String uri,
SalesforceComponent salesforceComponent,
SalesforceEndpointConfig configuration,
OperationName operationName,
String topicName) |
| 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() |
SalesforceComponent |
getComponent() |
SalesforceEndpointConfig |
getConfiguration() |
OperationName |
getOperationName() |
Long |
getReplayId() |
String |
getTopicName() |
void |
setReplayId(Long replayId) |
configureConsumer, configurePollingConsumer, configureProperties, createAsyncProducer, createEndpointUri, createExchange, createExchange, createPollingConsumer, doInit, equals, getCamelContext, getEndpointKey, getEndpointUri, getExceptionHandler, getExchangePattern, getId, getPollingConsumerBlockTimeout, getPollingConsumerQueueSize, hashCode, isBasicPropertyBinding, isBridgeErrorHandler, isLazyStartProducer, isLenientProperties, isPollingConsumerBlockWhenFull, isSingleton, isSynchronous, setBasicPropertyBinding, setBridgeErrorHandler, setCamelContext, setComponent, setEndpointUri, setEndpointUriIfNotSpecified, setExceptionHandler, setExchangePattern, setLazyStartProducer, setPollingConsumerBlockTimeout, setPollingConsumerBlockWhenFull, setPollingConsumerQueueSize, setProperties, setSynchronous, 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 SalesforceEndpoint(String uri, SalesforceComponent salesforceComponent, SalesforceEndpointConfig configuration, OperationName operationName, String topicName)
public org.apache.camel.Consumer createConsumer(org.apache.camel.Processor processor)
throws Exception
Exceptionpublic SalesforceComponent getComponent()
getComponent in class org.apache.camel.support.DefaultEndpointpublic SalesforceEndpointConfig getConfiguration()
public OperationName getOperationName()
public String getTopicName()
public void setReplayId(Long replayId)
public Long getReplayId()
protected void doStart()
throws Exception
doStart in class org.apache.camel.support.DefaultEndpointExceptionApache Camel