pubsub

package
v1.5.0 Latest Latest
Warning

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

Go to latest
Published: Nov 11, 2021 License: MIT Imports: 4 Imported by: 2

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type PubSub added in v0.4.0

type PubSub struct {
	Name          string
	FactoryMethod func() pubsub.PubSub
}

PubSub is a pub/sub component definition.

func New added in v0.4.0

func New(name string, factoryMethod func() pubsub.PubSub) PubSub

New creates a PubSub.

type Registry

type Registry interface {
	Register(components ...PubSub)
	Create(name, version string) (pubsub.PubSub, error)
}

Registry is the interface for callers to get registered pub-sub components.

func NewRegistry

func NewRegistry() Registry

NewRegistry returns a new pub sub registry.

Jump to

Keyboard shortcuts

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