Package org.hornetq.integration.twitter.impl

Examples of org.hornetq.integration.twitter.impl.OutgoingTweetsHandler


*/
public class TwitterOutgoingConnectorServiceFactory   implements ConnectorServiceFactory
{
   public ConnectorService createConnectorService(String connectorName, Map<String, Object> configuration, StorageManager storageManager, PostOffice postOffice, ScheduledExecutorService scheduledThreadPool)
   {
      return new OutgoingTweetsHandler(connectorName, configuration, postOffice);
   }
View Full Code Here


*/
public class TwitterOutgoingConnectorServiceFactory   implements ConnectorServiceFactory
{
   public ConnectorService createConnectorService(String connectorName, Map<String, Object> configuration, StorageManager storageManager, PostOffice postOffice, ScheduledExecutorService scheduledThreadPool)
   {
      return new OutgoingTweetsHandler(connectorName, configuration, postOffice);
   }
View Full Code Here

TOP

Related Classes of org.hornetq.integration.twitter.impl.OutgoingTweetsHandler

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.