IPublishingManager class abstract

Interface that defines how the publishing manager publishes messages to the broker and how it passed on messages that are received from the broker.

Implementers

Constructors

IPublishingManager()

Properties

hashCode int
The hash code for this object.
no setterinherited
publishEvent MessageReceived?
The message received event
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
publish(PublicationTopic topic, MqttQos qualityOfService, Uint8Buffer data) int
Publish a message to the broker on the specified topic. The topic to send the message to The QOS to use when publishing the message. The message to send. The message identifier assigned to the message.
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited