See: Description
Class | Description |
---|---|
MqttStreams |
A simple connector to a MQTT broker for publishing
TStream<Message> tuples to MQTT topics, and
subscribing to MQTT topics and creating TStream<Message> streams. |
MqttStreams
is
a connector to bridge between topology streams
and a MQTT broker.
Functionality in this package is provided by the open source SPL toolkit
com.ibm.streamsx.messaging
release 2.0.0 or later.
This requires that the com.ibm.streamsx.messaging
toolkit
is made available when submitting the application, by either:
STREAMS_SPLPATH
SPL.addToolkit(com.ibm.streamsx.topology.TopologyElement, java.io.File)
.