Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var SupportedBrokers = []Broker{AmqpBroker}
SupportedBrokers defines the list of implemented message publishers.
Functions ¶
func ValidateOpts ¶
ValidateOpts enforces broker-specific configuration requirements.
Types ¶
type Broker ¶
type Broker string
Broker represents a messaging protocol implementation.
const AmqpBroker Broker = "amqp"
AmqpBroker publishes messages using the AMQP protocol.
Click to show internal directories.
Click to hide internal directories.