@UriEndpoint(scheme="twitter",
consumerClass=Twitter4JConsumer.class)
public class TwitterEndpointEvent
extends org.apache.camel.component.direct.DirectEndpoint
implements TwitterEndpoint
| Constructor and Description |
|---|
TwitterEndpointEvent(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() |
protected void |
doStop() |
EndpointType |
getEndpointType() |
TwitterConfiguration |
getProperties() |
void |
setProperties(TwitterConfiguration properties) |
addConsumer, getConsumer, getKey, getTimeout, hasConsumer, isBlock, isSingleton, removeConsumer, setBlock, setTimeoutconfigureConsumer, configurePollingConsumer, configureProperties, createEndpointConfiguration, createEndpointUri, createExchange, createExchange, createExchange, createPollingConsumer, doStart, 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, waitpublic TwitterEndpointEvent(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.component.direct.DirectEndpointExceptionpublic org.apache.camel.Producer createProducer()
throws Exception
createProducer in interface org.apache.camel.EndpointcreateProducer in class org.apache.camel.component.direct.DirectEndpointExceptionpublic TwitterConfiguration getProperties()
getProperties in interface TwitterEndpointpublic void setProperties(TwitterConfiguration properties)
public EndpointType getEndpointType()
getEndpointType in interface TwitterEndpointApache Camel