messagebus

package
v0.0.0-...-6f62517 Latest Latest
Warning

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

Go to latest
Published: Oct 6, 2023 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Messagebus

type Messagebus interface {
	SendMessage(message []byte, queue string) error
	SendMessageWithHeaders(message []byte, queue string, headers map[string]string) error
	ReceiveMessage(message chan<- string, queue string) (Subscription, error)
	Close() error
}

type Subscription

type Subscription interface {
	Close() error
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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