Options
All
  • Public
  • Public/Protected
  • All
Menu

Class ServiceBusClient

Package version

A client that can create Sender instances for sending messages to queues and topics as well as Receiver instances to receive messages from queues and subscriptions.

Hierarchy

  • ServiceBusClient

Index

Constructors

constructor

Properties

fullyQualifiedNamespace

fullyQualifiedNamespace: string

The fully qualified namespace of the Service Bus instance for which this client is created. This is likely to be similar to .servicebus.windows.net.

memberof

ServiceBusClient

Methods

close

  • close(): Promise<void>

createDeadLetterReceiver

createReceiver

createSender

  • createSender(queueOrTopicName: string): Sender

createSessionReceiver

Generated using TypeDoc