public abstract class ScheduledPollEndpoint extends DefaultEndpoint
Endpoint
which creates a ScheduledPollConsumer
shutdown, 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 |
---|---|
void |
configureProperties(Map<String,Object> options)
Configure properties on this endpoint.
|
configureConsumer, createEndpointConfiguration, createEndpointUri, createExchange, createExchange, createExchange, createPollingConsumer, doStart, doStop, equals, getCamelContext, getComponent, getConsumerProperties, getEndpointConfiguration, getEndpointKey, getEndpointUri, getExchangePattern, getId, hashCode, isLenientProperties, isSynchronous, setCamelContext, setConsumerProperties, setEndpointConfiguration, setEndpointUri, setEndpointUriIfNotSpecified, setExchangePattern, setSynchronous, toString
doResume, doShutdown, doSuspend, getStatus, getVersion, isRunAllowed, isStarted, isStarting, isStopped, isStopping, isStoppingOrStopped, isSuspended, isSuspending, resume, shutdown, start, stop, suspend
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
createConsumer, createProducer
isSingleton
@Deprecated protected ScheduledPollEndpoint(String endpointUri, CamelContext context)
@Deprecated protected ScheduledPollEndpoint(String endpointUri)
protected ScheduledPollEndpoint()
public void configureProperties(Map<String,Object> options)
Endpoint
configureProperties
in interface Endpoint
configureProperties
in class DefaultEndpoint
options
- the options (properties)Apache Camel