JetStream API to interact with Consumers
API for accessing messages in a stream without using a Consumer.
This API can retrieve values from any of the stream replicas,
which means that it may not reflect inflight changes to the stream.
Direct APIs require the stream to have the direct
option
enabled.
JetStream API to interact with Streams
Returns an async iteartor
Returns JetStreamAccountStats for the current client account.
Returns the JetStreamOptions used to create this JetStreamManager
Returns a JetStreamClient created using the same options as this JetStreamManager
The API for interacting with JetStream resources