channels

package
v0.5.7-rc1 Latest Latest
Warning

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

Go to latest
Published: Oct 23, 2018 License: BSD-3-Clause Imports: 5 Imported by: 14

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Count

func Count() int

Count returns the number of channels

func Decode added in v0.5.7

func Decode(channelDescriptor string) (string, int)

Decode decodes the channel descriptor

func Start added in v0.5.7

func Start() error

func Stop added in v0.5.7

func Stop() error

Types

type Channel added in v0.5.7

type Channel interface {
	RegisterCallback(callback OnMessage) error
	Publish(msg interface{})
	PublishNoWait(msg interface{}) bool
}

func Get

func Get(name string) Channel

Get gets the named channel

func New added in v0.5.7

func New(name string, bufferSize int) (Channel, error)

Creates a new channel, channels have to be created before the engine starts

type OnMessage added in v0.5.7

type OnMessage func(msg interface{})

Jump to

Keyboard shortcuts

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