Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface CreateConnectionContextBaseParameters

Package version

Describes the parameters that can be provided to create the base connection context.

Hierarchy

  • CreateConnectionContextBaseParameters

Index

Properties

config

property

{ConnectionConfig} config The connection config that is created by parsing the connection string.

connectionProperties

connectionProperties: ConnectionProperties
property

{ConnectionProperties} connectionProperties Properties to be provided while creating the AMQP connection.

Optional isEntityPathRequired

isEntityPathRequired: undefined | false | true
property

{boolean} [isEntityPathRequired] Determines whether entity path should be a part of the connection config. If true it must be present, false otherwise. Default value false.

Optional operationTimeoutInMs

operationTimeoutInMs: undefined | number
property

{number} [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.

Generated using TypeDoc