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() |
getExceptionHandler, handleException, setExceptionHandler, toStringbuild, doBuild, doInit, doResume, doShutdown, doSuspend, getStatus, init, isBuild, isInit, isNew, isRunAllowed, isShutdown, isStarted, isStarting, isStartingOrStarted, isStopped, isStopping, isStoppingOrStopped, isSuspended, isSuspending, isSuspendingOrSuspended, resume, shutdown, start, stop, suspendpublic 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.ServiceSupportExceptionprotected void doStop()
throws Exception
doStop in class org.apache.camel.support.service.ServiceSupportExceptionpublic boolean isSingleton()
isSingleton in interface org.apache.camel.IsSingletonApache Camel