Package org.springframework.xd.test.fixtures

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

Related Classes of org.springframework.xd.test.fixtures.TwitterStreamSource

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.