Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Broker ¶
type Broker struct {
// contains filtered or unexported fields
}
func (*Broker) Consume ¶
func (b *Broker) Consume(queue, exchange, exchangeKing string, handler func(packet brokerPacket.IPacket))
func (*Broker) IsAvailable ¶
type IBroker ¶
type Mock ¶
func (*Mock) Consume ¶
func (m *Mock) Consume(queue, exchange, exchangeKind string, handler func(packet brokerPacket.IPacket))
func (*Mock) IsAvailable ¶
Click to show internal directories.
Click to hide internal directories.