pubsub

package
v1.8.0-rc.7 Latest Latest
Warning

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

Go to latest
Published: Jul 6, 2022 License: Apache-2.0 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 {
	Names         []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, aliases ...string) 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