Diffusion .NET Client Library  6.1.5
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties Events Pages
PushTechnology.ClientInterface.Client.Features.Control.Topics.TopicEventStreamDefault Class Reference

The default ITopicEventStream implementation. More...

Inheritance diagram for PushTechnology.ClientInterface.Client.Features.Control.Topics.TopicEventStreamDefault:
PushTechnology.ClientInterface.Client.Callbacks.DefaultStream PushTechnology.ClientInterface.Client.Features.Control.Topics.ITopicEventStream PushTechnology.ClientInterface.Client.Callbacks.DefaultCallback PushTechnology.ClientInterface.Client.Callbacks.IStream PushTechnology.ClientInterface.Client.Callbacks.IStream PushTechnology.ClientInterface.Client.Callbacks.ICallback PushTechnology.ClientInterface.Client.Callbacks.ICallback PushTechnology.ClientInterface.Client.Callbacks.ICallback

Public Member Functions

virtual void OnHasSubscribers (string topicPath)
 Called if a topic that previously had no subscribers now has at least one. More...
 
virtual void OnNoSubscribers (string topicPath)
 Called if a topic that previously had some subscribers now has none. More...
 
- Public Member Functions inherited from PushTechnology.ClientInterface.Client.Callbacks.DefaultStream
virtual void OnClose ()
 Notification that a stream context was closed normally. More...
 
- Public Member Functions inherited from PushTechnology.ClientInterface.Client.Callbacks.DefaultCallback
virtual void OnError (ErrorReason errorReason)
 Notification of a contextual error related to this callback. More...
 

Detailed Description

The default ITopicEventStream implementation.

Since 6.0

Member Function Documentation

virtual void PushTechnology.ClientInterface.Client.Features.Control.Topics.TopicEventStreamDefault.OnHasSubscribers ( string  topicPath)
virtual

Called if a topic that previously had no subscribers now has at least one.

Parameters
topicPathThe path of the topic.

Implements PushTechnology.ClientInterface.Client.Features.Control.Topics.ITopicEventStream.

virtual void PushTechnology.ClientInterface.Client.Features.Control.Topics.TopicEventStreamDefault.OnNoSubscribers ( string  topicPath)
virtual

Called if a topic that previously had some subscribers now has none.

Parameters
topicPathThe path of the topic.

Implements PushTechnology.ClientInterface.Client.Features.Control.Topics.ITopicEventStream.


The documentation for this class was generated from the following file: