@azure/event-hubs
Advanced tools
Comparing version 5.1.0-dev.20200328.1 to 5.1.0-dev.20200331.1
{ | ||
"name": "@azure/event-hubs", | ||
"sdk-type": "client", | ||
"version": "5.1.0-dev.20200328.1", | ||
"version": "5.1.0-dev.20200331.1", | ||
"description": "Azure Event Hubs SDK for JS.", | ||
@@ -6,0 +6,0 @@ "author": "Microsoft Corporation", |
@@ -224,11 +224,10 @@ /// <reference types="node" /> | ||
* Describes the options that can be provided while creating the EventHubClient. | ||
* - `dataTransformer`: A set of `encode`/`decode` methods to be used to encode an event before sending to service | ||
* and to decode the event received from the service | ||
* - `userAgent` : A string to append to the built in user agent string that is passed as a connection property | ||
* - `userAgent` : A string to append to the built in user agent string that is passed as a connection property | ||
* to the service. | ||
* - `websocket` : The WebSocket constructor used to create an AMQP connection if you choose to make the connection | ||
* - `webSocketOptions` : Options to configure the channelling of the AMQP connection over Web Sockets. | ||
* - `websocket` : The WebSocket constructor used to create an AMQP connection if you choose to make the connection | ||
* over a WebSocket. | ||
* - `webSocketConstructorOptions` : Options to pass to the Websocket constructor when you choose to make the connection | ||
* - `webSocketConstructorOptions` : Options to pass to the Websocket constructor when you choose to make the connection | ||
* over a WebSocket. | ||
* - `retryOptions` : The retry options for all the operations on the client/producer/consumer. | ||
* - `retryOptions` : The retry options for all the operations on the client/producer/consumer. | ||
* A simple usage can be `{ "maxRetries": 4 }`. | ||
@@ -235,0 +234,0 @@ * |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
1309867
10035