API Reference jetstream v0.0.8-alpha2
Modules
Provides functions for interacting with a NATS Jetstream server.
A module representing a NATS JetStream Consumer.
API for interacting with the Key/Value store functionality in Nats Jetstream.
The watcher server establishes a subscription to the changes that occur to a given key-value bucket. The consumer-supplied handler function will be sent an indicator as to whether the change is a delete or an add, as well as the key being changed and the value (if it was added).
API for interacting with the JetStream Object Store
A module representing a NATS JetStream Stream.
A behaviour which provides the NATS JetStream Pull Consumer functionalities.
A GenStage producer meant to work with Broadway. It continuously receives messages from a NATS JetStream and acknowledges them after being successfully processed.