sysmessaging

package
v1.1.0-alpha.2 Latest Latest
Warning

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

Go to latest
Published: Jun 8, 2022 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type LocalNodeInfo added in v0.11.0

type LocalNodeInfo interface {
	// GetNodeUUID returns the local node UUID in a namespace, or nil if the node is not yet registered. It is cached for fast access
	GetNodeUUID(ctx context.Context, ns string) *fftypes.UUID
}

LocalNodeInfo provides an interface to query the local node info

type MessageSender added in v0.11.0

type MessageSender interface {
	Prepare(ctx context.Context) error
	Send(ctx context.Context) error
	SendAndWait(ctx context.Context) error
}

type SystemEvents

type SystemEvents interface {
	AddSystemEventListener(ns string, el system.EventListener) error
}

SystemEvents specifies the internal interface, without creating a cycle

Jump to

Keyboard shortcuts

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