@qualithm/mqtt-wire - v0.1.5
    Preparing search index...

    Class WillBuilder

    Builder for will messages.

    Index

    Constructors

    Methods

    • Set content type

      Parameters

      • value: string

      Returns this

    • Set correlation data

      Parameters

      • data: Uint8Array

      Returns this

    • Set will delay interval

      Parameters

      • seconds: number

      Returns this

    • Set message expiry interval

      Parameters

      • seconds: number

      Returns this

    • Set response topic

      Parameters

      • topic: string

      Returns this

    • Enable retain flag

      Parameters

      • value: boolean = true

      Returns this