Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IRpcClientOpts

Hierarchy

  • IRpcClientOpts

Index

Properties

Optional adapter

adapter: undefined | IHttpAdapter

The default HTTP adapter.

Optional bufferTimeMs

bufferTimeMs: undefined | number

The time in milliseconds to wait for batch request candidates.

default

100

Optional credentials

credentials: undefined | Partial<ICredentials>

The default credentials.

endPoint

endPoint: string

The default HTTP endPoint.

Optional timeoutMs

timeoutMs: undefined | number

The time in milliseconds to wait before throwing timeout errors.

default

1000

Generated using TypeDoc