public class SedaPollingConsumer
extends org.apache.camel.support.PollingConsumerSupport
implements org.apache.camel.IsSingleton
| Constructor and Description |
|---|
SedaPollingConsumer(org.apache.camel.Endpoint endpoint) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
doStart() |
protected void |
doStop() |
SedaEndpoint |
getEndpoint() |
org.apache.camel.Processor |
getProcessor() |
boolean |
isSingleton() |
org.apache.camel.Exchange |
receive() |
org.apache.camel.Exchange |
receive(long timeout) |
org.apache.camel.Exchange |
receiveNoWait() |
createExchange, getExceptionHandler, handleException, releaseExchange, setExceptionHandler, toStringbuild, 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, wait, wait, waitpublic SedaPollingConsumer(org.apache.camel.Endpoint endpoint)
public SedaEndpoint getEndpoint()
getEndpoint in interface org.apache.camel.EndpointAwaregetEndpoint in class org.apache.camel.support.PollingConsumerSupportpublic org.apache.camel.Processor getProcessor()
getProcessor in interface org.apache.camel.ConsumergetProcessor in class org.apache.camel.support.PollingConsumerSupportpublic org.apache.camel.Exchange receive()
receive in interface org.apache.camel.PollingConsumerpublic org.apache.camel.Exchange receiveNoWait()
receiveNoWait in interface org.apache.camel.PollingConsumerpublic org.apache.camel.Exchange receive(long timeout)
receive in interface org.apache.camel.PollingConsumerprotected 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 boolean isSingleton()
isSingleton in interface org.apache.camel.IsSingletonApache Camel