Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IClientCtorOptions

Hierarchy

  • IClientCtorOptions

Properties

Optional dataReadTimeoutMs

dataReadTimeoutMs: number

Time in milliseconds which client will wait for data chunks. If full data will not be read in given amount of time, client will quit (disconnect and throw error).

default

1000

Optional defaultDelay

defaultDelay: number

Default delay value in seconds for put and release commands.

default

0

Optional defaultPriority

defaultPriority: number

Default job priority.

default

1024

Optional defaultTTR

defaultTTR: number

Default TTR value in seconds for put command.

default

30

Optional host

host: string

Connection host.

default

127.0.0.1

Optional maxPayloadSize

maxPayloadSize: number

Maximal payload size in bytes

default

65_536

Optional port

port: number

Connection port.

default

11300

Optional serializer

serializer: Serializer

Serializer that will process job data

default

JsonSerializer

Generated using TypeDoc