CreateConnectionContextBaseParameters interface
Describes the parameters that can be provided to create the base connection context.
Properties
| config | The connection config that is created by parsing the connection string. |
| connection |
Properties to be provided while creating the AMQP connection. |
| is |
Determines whether entity path should be a part of
the connection config. If |
| operation |
The duration in which the promise should
complete (resolve/reject). If it is not completed, then the Promise will be rejected after
timeout occurs. Default: |
Property Details
config
The connection config that is created by parsing the connection string.
config: ConnectionConfig
Property Value
ConnectionConfig
connectionProperties
Properties to be provided while creating the AMQP connection.
connectionProperties: ConnectionProperties
Property Value
isEntityPathRequired
Determines whether entity path should be a part of
the connection config. If true it must be present, false otherwise. Default value false.
isEntityPathRequired?: boolean
Property Value
boolean
operationTimeoutInMs
The duration in which the promise should
complete (resolve/reject). If it is not completed, then the Promise will be rejected after
timeout occurs. Default: 60000 milliseconds.
operationTimeoutInMs?: number
Property Value
number