Interface TwitterEndpoint
-
- All Superinterfaces:
AutoCloseable,org.apache.camel.Endpoint,org.apache.camel.IsSingleton,org.apache.camel.Service
- All Known Implementing Classes:
AbstractTwitterEndpoint,TwitterDirectMessageEndpoint,TwitterSearchEndpoint,TwitterTimelineEndpoint
public interface TwitterEndpoint extends org.apache.camel.Endpoint
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EndpointTypegetEndpointType()TwitterConfigurationgetProperties()-
Methods inherited from interface org.apache.camel.Endpoint
configureExchange, configureProperties, createAsyncProducer, createConsumer, createExchange, createExchange, createPollingConsumer, createProducer, getCamelContext, getEndpointBaseUri, getEndpointKey, getEndpointUri, getExchangePattern, isLenientProperties, isSingletonProducer, setCamelContext
-
-
-
-
Method Detail
-
getProperties
TwitterConfiguration getProperties()
-
getEndpointType
EndpointType getEndpointType()
-
-