Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface RequestReplyHelperOptions

Options available for RequestReplyHelper.

Hierarchy

  • RequestReplyHelperOptions

Index

Properties

Properties

Optional timeout

timeout?: number

Timeout in millisecond to use for promises, after this time is reached the promise for a request will automatically be rejected.

If this property is not set it will default to 30000 ms (30 seconds).

Generated using TypeDoc