API Reference gnat v#1.12.1
View SourceModules
The primary interface for interacting with NATS
A process that can supervise a named connection for you
A process that can supervise consumers for you
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).
This module provides a way to parse the reply_to received by a PullConsumer
and get some useful information about the state of the consumer.
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 behavior for acting as a server for nats messages.
A behavior for acting as a NATS service