messagebus

package
v1.3.13 Latest Latest
Warning

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

Go to latest
Published: Sep 17, 2020 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MessageSender

type MessageSender interface {
	// send the message async
	AsyncSend(value []byte) error
	// flush all the messages, timeout is in ms.
	Flush(timeout int) error
	// free this instance.
	Close()
}
var MsgSender MessageSender

func InitMessageSender

func InitMessageSender(plugins map[string]*mods.YigPlugin) (MessageSender, error)

create the singleton MessageSender

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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