@nats-io/nats-core
Preparing search index...
BenchOpts
Interface BenchOpts
interface
BenchOpts
{
asyncRequests
?:
boolean
;
callbacks
?:
boolean
;
msgs
?:
number
;
pub
?:
boolean
;
rep
?:
boolean
;
req
?:
boolean
;
size
?:
number
;
sub
?:
boolean
;
subject
?:
string
;
}
Index
Properties
async
Requests?
callbacks?
msgs?
pub?
rep?
req?
size?
sub?
subject?
Properties
Optional
async
Requests
asyncRequests
?:
boolean
Optional
callbacks
callbacks
?:
boolean
Optional
msgs
msgs
?:
number
Optional
pub
pub
?:
boolean
Optional
rep
rep
?:
boolean
Optional
req
req
?:
boolean
Optional
size
size
?:
number
Optional
sub
sub
?:
boolean
Optional
subject
subject
?:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
async
Requests
callbacks
msgs
pub
rep
req
size
sub
subject
@nats-io/nats-core
Loading...