Options
All
  • Public
  • Public/Protected
  • All
Menu

Module ConnectionContext

Package version

internal

Index

Properties

Variables

Functions

Properties

clientContexts

clientContexts: Dictionary<ClientEntityContext>
property

A dictionary of ClientEntityContext objects for each of the client in the clients dictionary

Variables

Const userAgent

userAgent: string = `azsdk-js-azureservicebus/${packageJsonInfo.version} (NODE-VERSION ${process.version}; ${os.type()} ${os.release()})`
property

{string} userAgent The user agent string for the ServiceBus client. See guideline at https://github.com/Azure/azure-sdk/blob/master/docs/design/Telemetry.mdk

Functions

close

  • Closes the AMQP connection created by this ServiceBusClient along with AMQP links for sender/receivers created by the queue/topic/subscription clients created by this ServiceBusClient. Once closed,

    • the clients created by this ServiceBusClient cannot be used to send/receive messages anymore.
    • this ServiceBusClient cannot be used to create any new queues/topics/subscriptions clients.

    Parameters

    Returns Promise<void>

create

Generated using TypeDoc