Documentation
Preparing search index...
IMQClientOptions
Interface IMQClientOptions
interface
IMQClientOptions
{
afterCall
?:
IMQAfterCall
<
IMQClient
>
;
beforeCall
?:
IMQBeforeCall
<
IMQClient
>
;
compile
:
boolean
;
path
:
string
;
singleQueue
?:
boolean
;
timeout
:
number
;
write
:
boolean
;
}
Hierarchy
IMQOptions
IMQClientOptions
Index
Properties
after
Call?
before
Call?
compile
path
single
Queue?
timeout
write
Properties
Optional
after
Call
afterCall
?:
IMQAfterCall
<
IMQClient
>
Optional
before
Call
beforeCall
?:
IMQBeforeCall
<
IMQClient
>
compile
compile
:
boolean
path
path
:
string
Optional
single
Queue
singleQueue
?:
boolean
timeout
timeout
:
number
write
write
:
boolean
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
after
Call
before
Call
compile
path
single
Queue
timeout
write
Documentation
Loading...