Query Class to handle

Constructors

  • New Function Used to Construct Query, Note: Users should not need to call this function But will receieve 'Query's from Queryables

    Parameters

    Returns Query

Methods

  • gets the Optional Attachment of a Query

    Returns undefined | ZBytes

    ZBytes | undefined

  • Sends a Reply to for Query

    Parameters

    Returns void

    void

  • Sends an Error Reply to a query

    Parameters

    • key_expr: IntoKeyExpr

      IntoKeyExpr

    • Optionaloptions: ReplyDelOptions

    Returns void

    void

  • Sends an Error Reply to a query

    Parameters

    • payload: IntoZBytes
    • Optionaloptions: ReplyErrOptions

    Returns void

    void