Examples of GemFireServerSink


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

   *
   * @param region the name of the region bound to this sink
   * @return an instance of {@link org.springframework.xd.test.fixtures.GemFireServerSink}
   */
  public GemFireServerSink gemfireServer(String region) {
    return new GemFireServerSink(region).host(environment.getGemfireHost()).port(environment.getGemfirePort());
  }
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.