Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type TopicHandler ¶
type TopicHandler struct {
// contains filtered or unexported fields
}
func NewChannelDiscovery ¶
func NewTopicHandler ¶
func (*TopicHandler) Done ¶
func (th *TopicHandler) Done()
Done is required to implement Store.SubscriptionTarget
func (*TopicHandler) ID ¶
func (th *TopicHandler) ID() helpers.UUID
ID is required to implement Store.SubscriptionTarget
func (*TopicHandler) Publish ¶
func (th *TopicHandler) Publish(entry *pb.Msg)
Publish is the callback required to implement Store.SubscriptionTarget. It gets called by the Store every time our subscription has a new entry to handle.
Click to show internal directories.
Click to hide internal directories.