Interface RealtimeMessage<T>

Type Parameters

  • T

Hierarchy

  • Omit<MqttMessage, "payload">
    • RealtimeMessage

Properties

duplicate?: boolean
payload: T
qosLevel?: number
retained?: boolean
topic: string