Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PubSub ¶
type PubSub struct { Stats // contains filtered or unexported fields }
func (*PubSub) Subscribe ¶
func (pubsub *PubSub) Subscribe(i interface{}) *Subscription
func (*PubSub) SubscribersCount ¶
type Stats ¶
type Stats struct {
// contains filtered or unexported fields
}
func (*Stats) Dispatched ¶
func (*Stats) MessageDispatched ¶
func (stats *Stats) MessageDispatched()
func (*Stats) MessageIgnored ¶
func (stats *Stats) MessageIgnored()
func (*Stats) MessageReceived ¶
func (stats *Stats) MessageReceived()
func (*Stats) StartCollecting ¶
func (stats *Stats) StartCollecting()
type Subscription ¶
type Subscription struct {
// contains filtered or unexported fields
}
func (*Subscription) Close ¶
func (subscription *Subscription) Close() error
Click to show internal directories.
Click to hide internal directories.