pubsub

package
v1.13.2 Latest Latest
Warning

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

Go to latest
Published: Apr 3, 2024 License: Apache-2.0 Imports: 11 Imported by: 2

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewGRPCPubSub added in v1.9.0

func NewGRPCPubSub(l logger.Logger, socket string) *grpcPubSub

NewGRPCPubSub creates a new grpc pubsub using the given socket factory.

Types

type Registry

type Registry struct {
	Logger logger.Logger
	// contains filtered or unexported fields
}
var DefaultRegistry *Registry = NewRegistry()

DefaultRegistry is the singleton with the registry.

func NewRegistry

func NewRegistry() *Registry

NewRegistry returns a new pub sub registry.

func (*Registry) Create added in v0.4.0

func (p *Registry) Create(name, version, logName string) (pubsub.PubSub, error)

Create instantiates a pub/sub based on `name`.

func (*Registry) RegisterComponent added in v1.9.0

func (p *Registry) RegisterComponent(componentFactory func(logger.Logger) pubsub.PubSub, names ...string)

RegisterComponent adds a new message bus to the registry.

Jump to

Keyboard shortcuts

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