Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RedisPubSubAdapter ¶
type RedisPubSubAdapter struct {
// contains filtered or unexported fields
}
func NewRedisPubSubAdapter ¶
func NewRedisPubSubAdapter(addr string) (*RedisPubSubAdapter, error)
func (*RedisPubSubAdapter) PollMessages ¶
func (r *RedisPubSubAdapter) PollMessages(topic string, handler func(message string)) error
Click to show internal directories.
Click to hide internal directories.