Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ServiceBusClientOptions

Package version

Describes the options that can be provided while creating the ServiceBusClient.

interface

ServiceBusClientOptions

Hierarchy

  • ServiceBusClientOptions

Index

Properties

Optional dataTransformer

dataTransformer: DataTransformer
property

The data transformer that will be used to encode and decode the sent and received messages respectively. If not provided then we will use the DefaultDataTransformer. The default transformer should handle majority of the cases. This option needs to be used only for specialized scenarios.

Optional webSocket

webSocket: WebSocketImpl
property

The WebSocket constructor used to create an AMQP connection over a WebSocket. In browsers, the built-in WebSocket will be used by default. In Node, a TCP socket will be used if a WebSocket constructor is not provided.

Optional webSocketConstructorOptions

webSocketConstructorOptions: any
property

Options to be passed to the WebSocket constructor

Generated using TypeDoc