Home > @imqueue/rpc > IMQClientOptions

IMQClientOptions interface

Options accepted by a generated IMQ client.

Signature:

export interface IMQClientOptions extends IMQOptions 

Extends: IMQOptions

Properties

Property

Modifiers

Type

Description

afterCall?

IMQAfterCall<IMQClient>

(Optional)

beforeCall?

IMQBeforeCall<IMQClient>

(Optional)

callTimeout?

number

(Optional)

compile

boolean

path

string

singleQueue?

boolean

(Optional)

timeout

number

write

boolean