package javadsl
Ordering
- Alphabetic
Visibility
- Public
- Protected
Type Members
- final class MqttControl extends AnyRef
Represents an application view of a connection to an MQTT broker as used by a stage
Represents an application view of a connection to an MQTT broker as used by a stage
Constructor is INTERNAL API.
- sealed trait MqttMessageWithAck extends AnyRef
Java API
Java API
MQTT Message and a handle to acknowledge message reception to MQTT.
- abstract class MqttMessageWithAckImpl extends MqttMessageWithAck
- trait PublishWithPassThrough[T] extends AnyRef
Represents a message to be published to MQTT along with a "pass-through" element to be emitted after successfully publishing.
Represents a message to be published to MQTT along with a "pass-through" element to be emitted after successfully publishing.
Not for user extension.
- Annotations
- @DoNotInherit()
Value Members
- object MqttFlow
Java API
Java API
MQTT flow factory.
- object MqttPublisher
Factories for flows to publish to an MQTT broker
- object MqttSink
Java API
Java API
MQTT sink factory.
- object MqttSource
Java API
Java API
MQTT source factory.
- object PublishWithPassThrough