package
Version:
v0.0.2
Opens a new window with list of versions in this module.
Published: Dec 19, 2025
License: Apache-2.0
Opens a new window with license information.
Imports: 7
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Package nats provides a NATS-based message bus implementation.
type Bus[T any] struct {
}
Bus is a message bus implementation using NATS.
New creates a new NATS bus.
Close closes the NATS bus.
Publish sends a message to a NATS topic.
Subscribe registers a handler for a NATS topic.
SubscribeOnce registers a one-time handler for a NATS topic.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.