Examples of TwitterStreamSource


Examples of org.springframework.xd.test.fixtures.TwitterStreamSource

   * Construct a TwitterStreamSource fixture..
   *
   * @return An instance of the twitterStreamSource fixture.
   */
  public TwitterStreamSource twitterStream() {
    return new TwitterStreamSource(xdEnvironment.getTwitterConsumerKey(),
        xdEnvironment.getTwitterConsumerSecretKey(), xdEnvironment.getTwitterAccessToken(),
        xdEnvironment.getTwitterAccessTokenSecret());
  }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. 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.