API Reference gnat v1.8.3

Modules

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).

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