Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ChannelLocalPublisher ¶
type ChannelLocalPublisher struct {
// contains filtered or unexported fields
}
func NewChannelLocalPublisher ¶
func NewChannelLocalPublisher(node *centrifuge.Node, pipeline *pipeline.Pipeline) *ChannelLocalPublisher
func (*ChannelLocalPublisher) PublishLocal ¶
func (p *ChannelLocalPublisher) PublishLocal(channel string, data []byte) error
type ContextGetter ¶
type ContextGetter struct {
// contains filtered or unexported fields
}
func NewContextGetter ¶
func NewContextGetter(pluginContextProvider *plugincontext.Provider, dataSourceCache datasources.CacheService) *ContextGetter
func (*ContextGetter) GetPluginContext ¶
type NumLocalSubscribersGetter ¶
type NumLocalSubscribersGetter struct {
// contains filtered or unexported fields
}
func NewNumLocalSubscribersGetter ¶
func NewNumLocalSubscribersGetter(node *centrifuge.Node) *NumLocalSubscribersGetter
func (*NumLocalSubscribersGetter) GetNumLocalSubscribers ¶
func (p *NumLocalSubscribersGetter) GetNumLocalSubscribers(channelID string) (int, error)
Click to show internal directories.
Click to hide internal directories.