Preparing search index...
The search index is not available
@nats-io/jetstream
@nats-io/jetstream
ExportedConsumer
Type Alias ExportedConsumer
ExportedConsumer
:
ConsumerKind
&
{
consume
(
opts
?:
ConsumeOptions
)
:
Promise
<
ConsumerMessages
>
;
fetch
(
opts
?:
FetchOptions
)
:
Promise
<
ConsumerMessages
>
;
next
(
opts
?:
NextOptions
)
:
Promise
<
JsMsg
>
;
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@nats-io/jetstream
Loading...