sub

package
v2.0.0 Latest Latest
Warning

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

Go to latest
Published: Nov 2, 2018 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Overview

Package sub implements the SUB protocol. This protocol receives messages from publishers (PUB peers). The messages are filtered based on subscription, such that only subscribed messages (see OptionSubscribe) are received.

Note that in order to receive any messages, at least one subscription must be present. If no subscription is present (the default state), receive operations will block forever.

Index

Constants

View Source
const (
	Self     = protocol.ProtoSub
	Peer     = protocol.ProtoPub
	SelfName = "sub"
	PeerName = "pub"
)

Protocol identity information.

Variables

This section is empty.

Functions

func NewProtocol

func NewProtocol() protocol.Protocol

NewProtocol returns a new protocol implementation.

func NewSocket

func NewSocket() (protocol.Socket, error)

NewSocket allocates a new Socket using the RESPONDENT protocol.

Types

This section is empty.

Jump to

Keyboard shortcuts

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