public class SubscriptionHelper
extends org.apache.camel.support.service.ServiceSupport
| Constructor and Description |
|---|
SubscriptionHelper(SalesforceComponent component) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
doStart() |
protected void |
doStop() |
void |
subscribe(String topicName,
SalesforceConsumer consumer) |
void |
unsubscribe(String topicName,
SalesforceConsumer consumer) |
build, doBuild, doFail, doInit, 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, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpublic SubscriptionHelper(SalesforceComponent component) throws SalesforceException
SalesforceExceptionprotected void doStart()
throws Exception
doStart in class org.apache.camel.support.service.BaseServiceExceptionprotected void doStop()
throws Exception
doStop in class org.apache.camel.support.service.BaseServiceExceptionpublic void subscribe(String topicName, SalesforceConsumer consumer)
public void unsubscribe(String topicName, SalesforceConsumer consumer) throws org.apache.camel.CamelException
org.apache.camel.CamelExceptionApache Camel