Examples of MqttSink


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

   * Construct a new Mqttsink using the default RabbitMQ (MQTT-enbaled) broker host as specified in the environment.
   *
   * @return a mqtt sink
   */
  public MqttSink mqtt() {
    return new MqttSink(environment.getAdminServerUrl().getHost(), 1883);
  }
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.