public abstract class DefaultPollingEndpoint extends ScheduledPollEndpoint
PollingConsumershutdown, shuttingdown, started, starting, stopped, stopping, suspended, suspending| Modifier | Constructor and Description |
|---|---|
protected |
DefaultPollingEndpoint() |
protected |
DefaultPollingEndpoint(String endpointUri)
Deprecated.
|
protected |
DefaultPollingEndpoint(String endpointUri,
CamelContext context)
Deprecated.
|
protected |
DefaultPollingEndpoint(String endpointUri,
Component component) |
| Modifier and Type | Method and Description |
|---|---|
Consumer |
createConsumer(Processor processor)
Creates a new Event
Driven Consumer which consumes messages from the endpoint using the
given processor
|
configurePollingConsumer, configureProperties, configureScheduledPollConsumerPropertiesconfigureConsumer, createEndpointConfiguration, createEndpointUri, createExchange, createExchange, createExchange, createPollingConsumer, doStart, doStop, equals, getCamelContext, getComponent, getConsumerProperties, getEndpointConfiguration, getEndpointKey, getEndpointUri, getExchangePattern, getId, getPollingConsumerQueueSize, hashCode, isLenientProperties, isPollingConsumerBlockWhenFull, isSynchronous, setCamelContext, setConsumerProperties, setEndpointConfiguration, setEndpointUri, setEndpointUriIfNotSpecified, setExchangePattern, setPollingConsumerBlockWhenFull, setPollingConsumerQueueSize, setProperties, setSynchronous, toStringdoResume, doShutdown, doSuspend, getStatus, getVersion, isRunAllowed, isStarted, isStarting, isStopped, isStopping, isStoppingOrStopped, isSuspended, isSuspending, resume, shutdown, start, stop, suspendclone, finalize, getClass, notify, notifyAll, wait, wait, waitcreateProducerisSingletonprotected DefaultPollingEndpoint()
protected DefaultPollingEndpoint(String endpointUri, Component component)
@Deprecated protected DefaultPollingEndpoint(String endpointUri)
@Deprecated protected DefaultPollingEndpoint(String endpointUri, CamelContext context)
public Consumer createConsumer(Processor processor) throws Exception
Endpointprocessor - the given processorException - can be thrownApache Camel