package
Version:
v1.16.3
Opens a new window with list of versions in this module.
Published: May 25, 2021
License: MIT
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
¶
func NewNatsPublisher(nc *nats.Conn) *natsPublisher
func NewNatsServer() *natsServer
func NewNatsSubscriber(nc *nats.Conn) *natsSubscriber
type PubOpts func(o *options)
type Publisher interface {
Publish(stream, subj string, sender interface{}, o ...PubOpts) (interface{}, error)
}
type SubRec func(o *options)
Source Files
¶
Click to show internal directories.
Click to hide internal directories.