public abstract class ScheduledPollEndpoint extends DefaultEndpoint
Endpoint which creates a ScheduledPollConsumershutdown, shuttingdown, started, starting, stopped, stopping, suspended, suspending| Modifier | Constructor and Description |
|---|---|
protected |
ScheduledPollEndpoint() |
protected |
ScheduledPollEndpoint(String endpointUri)
Deprecated.
|
protected |
ScheduledPollEndpoint(String endpointUri,
CamelContext context)
Deprecated.
|
protected |
ScheduledPollEndpoint(String endpointUri,
Component component) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
configurePollingConsumer(PollingConsumer consumer) |
void |
configureProperties(Map<String,Object> options)
Configure properties on this endpoint.
|
protected void |
configureScheduledPollConsumerProperties(Map<String,Object> options,
Map<String,Object> consumerProperties) |
configureConsumer, 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, waitcreateConsumer, createProducerisSingletonprotected ScheduledPollEndpoint(String endpointUri, Component component)
@Deprecated protected ScheduledPollEndpoint(String endpointUri, CamelContext context)
@Deprecated protected ScheduledPollEndpoint(String endpointUri)
protected ScheduledPollEndpoint()
public void configureProperties(Map<String,Object> options)
EndpointconfigureProperties in interface EndpointconfigureProperties in class DefaultEndpointoptions - the options (properties)protected void configureScheduledPollConsumerProperties(Map<String,Object> options, Map<String,Object> consumerProperties)
protected void configurePollingConsumer(PollingConsumer consumer) throws Exception
configurePollingConsumer in class DefaultEndpointExceptionApache Camel