public class TwitterEndpointPolling extends org.apache.camel.impl.DefaultPollingEndpoint implements TwitterEndpoint
| Constructor and Description |
|---|
TwitterEndpointPolling(String uri,
TwitterComponent component,
TwitterConfiguration properties) |
| Modifier and Type | Method and Description |
|---|---|
org.apache.camel.Consumer |
createConsumer(org.apache.camel.Processor processor) |
org.apache.camel.Producer |
createProducer() |
EndpointType |
getEndpointType() |
TwitterConfiguration |
getProperties() |
boolean |
isSingleton() |
void |
shutdown() |
configurePollingConsumer, configureProperties, configureScheduledPollConsumerPropertiesconfigureConsumer, 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, toStringdoResume, doShutdown, doSuspend, getStatus, getVersion, isRunAllowed, isStarted, isStarting, isStopped, isStopping, isStoppingOrStopped, isSuspended, isSuspending, resume, start, stop, suspendclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic TwitterEndpointPolling(String uri, TwitterComponent component, TwitterConfiguration properties)
public org.apache.camel.Consumer createConsumer(org.apache.camel.Processor processor)
throws Exception
createConsumer in interface org.apache.camel.EndpointcreateConsumer in class org.apache.camel.impl.DefaultPollingEndpointExceptionpublic org.apache.camel.Producer createProducer()
throws Exception
createProducer in interface org.apache.camel.EndpointExceptionpublic boolean isSingleton()
isSingleton in interface org.apache.camel.IsSingletonpublic TwitterConfiguration getProperties()
getProperties in interface TwitterEndpointpublic EndpointType getEndpointType()
getEndpointType in interface TwitterEndpointApache Camel