package
0.27.1
Repository: https://github.com/micro/go-micro.git
Documentation: pkg.go.dev

# Packages

Package http provides a http based message broker.
Package memory provides a memory broker.

# Functions

Addrs sets the host addresses to be used by the broker.
Codec sets the codec used for encoding/decoding used where a broker does not support headers.
No description provided by the author
DisableAutoAck will disable auto acking of messages after they have been handled.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Queue sets the name of the queue to share messages on.
No description provided by the author
Secure communication with the broker.
No description provided by the author
No description provided by the author
SubscribeContext set context.
Specify TLS Config.

# Variables

No description provided by the author
No description provided by the author

# Structs

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Interfaces

Broker is an interface used for asynchronous messaging.
Publication is given to a subscription handler for processing.
Subscriber is a convenience return type for the Subscribe method.

# Type aliases

Handler is used to process messages via a subscription of a topic.
No description provided by the author
No description provided by the author
No description provided by the author