nats

package
v1.16.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 10, 2023 License: MIT Imports: 20 Imported by: 0

Documentation

Index

Constants

View Source
const BackendName = "nats"

Variables

View Source
var ErrMissingSubject = errors.New("you must specify a subject to publish to")

Functions

This section is empty.

Types

type Nats

type Nats struct {
	Client *nats.Conn
	// contains filtered or unexported fields
}

func New added in v1.0.0

func New(opts *opts.ConnectionOptions) (*Nats, error)

func (*Nats) Close added in v1.0.0

func (n *Nats) Close(_ context.Context) error

func (*Nats) DisplayError added in v1.0.0

func (n *Nats) DisplayError(msg *records.ErrorRecord) error

DisplayError will parse an Error record and print (pretty) output to STDOUT

func (*Nats) DisplayMessage added in v1.0.0

func (n *Nats) DisplayMessage(cliOpts *opts.CLIOptions, msg *records.ReadRecord) error

DisplayMessage will parse a Read record and print (pretty) output to STDOUT

func (*Nats) Name added in v1.0.0

func (n *Nats) Name() string

func (*Nats) Read

func (n *Nats) Read(ctx context.Context, readOpts *opts.ReadOptions, resultsChan chan *records.ReadRecord, errorChan chan *records.ErrorRecord) error

func (*Nats) Relay added in v1.0.0

func (n *Nats) Relay(ctx context.Context, relayOpts *opts.RelayOptions, relayCh chan interface{}, errorCh chan<- *records.ErrorRecord) error

func (*Nats) Test added in v1.0.0

func (n *Nats) Test(_ context.Context) error

func (*Nats) Tunnel added in v1.4.0

func (n *Nats) Tunnel(ctx context.Context, tunnelOpts *opts.TunnelOptions, tunnelSvc tunnel.ITunnel, errorCh chan<- *records.ErrorRecord) error

func (*Nats) Write

func (n *Nats) Write(_ context.Context, writeOpts *opts.WriteOptions, errorCh chan<- *records.ErrorRecord, messages ...*records.WriteRecord) error

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL