Hierarchy (View Summary)

Constructors

Accessors

Methods

Constructors

  • Creates an instance of AMQP Sender

    Parameters

    • options: ConnectionOptions

      Connection options

    Returns Sender

Accessors

  • get client(): AwaitableSender
  • Return the underlying AMQP sender

    Returns AwaitableSender

  • get state(): boolean
  • Return the port state as a boolean value, true if the port is available, false in otherwise

    Returns boolean

Methods

  • Perform the connection to the AMQP broker and the creation of the sender

    Returns Promise<void>

  • Perform the disconnection from the AMQP broker

    Returns Promise<void>