Skip to content

Commit

Permalink
added "connectionName" connection parameter in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
christian-thiele committed Nov 25, 2022
1 parent b68e4db commit 46781da
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions API.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ The class constructor support the following named parameters:
| maxConnectionAttempts | The number of connection attempts till a connection error is reported. Defaults to 1.
| reconnectWaitTime | A [Duration](https://api.dartlang.org/apidocs/channels/stable/dartdoc-viewer/dart:core.Duration) specifying the time between reconnection attempts. Defaults to 1500 ms.
| tuningSettings | A [TuningSettings](https://github.com/achilleasa/dart_amqp/blob/master/lib/src/protocol/io/tuning_settings.dart) instance to use. If not specified, the [default](#tuning-settings) tuning settings will be used.
| connectionName | A client-provided connection name which can help to identify this connection in server logs.

### Authentication providers

Expand Down

0 comments on commit 46781da

Please sign in to comment.