Package io.vertigo.connectors.twitter
Class Twitter4jConnector
- java.lang.Object
-
- io.vertigo.connectors.twitter.Twitter4jConnector
-
- All Implemented Interfaces:
io.vertigo.core.node.component.Connector<twitter4j.Twitter>
,io.vertigo.core.node.component.CoreComponent
public class Twitter4jConnector extends Object implements io.vertigo.core.node.component.Connector<twitter4j.Twitter>
Component to retrieve a configured twitter4j client.- Author:
- mlaroche
-
-
Constructor Summary
Constructors Constructor Description Twitter4jConnector(String oauthConsumerKey, String oauthConsumerSecret, String oauthAccessToken, String oauthAccessTokenSecret)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description twitter4j.Twitter
getClient()
Gets an OSClientV3 from the connection pool
-