Preparing search index...
The search index is not available
nats-base-library
nats-base-library
Consumer
Interface Consumer
Hierarchy
ExportedConsumer
Consumer
Index
Methods
consume
delete
fetch
info
next
Methods
consume
consume
(
opts
?:
ConsumeOptions
)
:
Promise
<
ConsumerMessages
>
Parameters
Optional
opts:
ConsumeOptions
Returns
Promise
<
ConsumerMessages
>
delete
delete
(
)
:
Promise
<
boolean
>
Returns
Promise
<
boolean
>
fetch
fetch
(
opts
?:
FetchOptions
)
:
Promise
<
ConsumerMessages
>
Parameters
Optional
opts:
FetchOptions
Returns
Promise
<
ConsumerMessages
>
info
info
(
cached
?:
boolean
)
:
Promise
<
ConsumerInfo
>
Parameters
Optional
cached:
boolean
Returns
Promise
<
ConsumerInfo
>
next
next
(
opts
?:
NextOptions
)
:
Promise
<
JsMsg
>
Parameters
Optional
opts:
NextOptions
Returns
Promise
<
JsMsg
>
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
Modules
nats-
base-
library
Consumer
consume
delete
fetch
info
next
Generated using
TypeDoc