# Functions
SetBrokerAutoAck set channel to broker.
SetBrokerChannel set channel to broker.
SetBrokerDurable set channel to broker.
SetBrokerExchange set exchange of broker.
SetBrokerExclusive set channel to broker.
SetBrokerQueue set queue.
SetBrokerTopic set topic into broker.
# Structs
BrokerHandler instance.
BrokerHandlerGroup group of broker handlers by topic, exchange, or queue with channels.
No description provided by the author
No description provided by the author
# Type aliases
Broker is the type returned by a classifier broker.
BrokerHandlerFunc type abstract for each broker implementation.
No description provided by the author
Server is the type returned by a classifier server (REST, gRPC).