Diffusion .NET API  5.9.24
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Properties Events Pages
PushTechnology.ClientInterface.Client.Features.TopicTreeHandlerDefault Class Reference

Abstract default topic tree handler. More...

Inheritance diagram for PushTechnology.ClientInterface.Client.Features.TopicTreeHandlerDefault:
PushTechnology.ClientInterface.Client.Features.ITopicTreeHandler PushTechnology.ClientInterface.Client.Features.Control.Topics.MissingTopicHandlerDefault PushTechnology.ClientInterface.Client.Features.Control.Topics.RoutingSubscriptionRequestHandlerDefault PushTechnology.ClientInterface.Client.Features.Control.Topics.TopicControlEventListenerDefault

Public Member Functions

virtual void OnActive (string topicPath, IRegisteredHandler registeredHandler)
 Called when the handler has been successfully registered with the server. More...
 
virtual void OnClose (string topicPath)
 Called if the handler is closed. This happens if the call to register the handler fails, or the handler is unregistered. More...
 

Detailed Description

Abstract default topic tree handler.

Member Function Documentation

virtual void PushTechnology.ClientInterface.Client.Features.TopicTreeHandlerDefault.OnActive ( string  topicPath,
IRegisteredHandler  registeredHandler 
)
virtual

Called when the handler has been successfully registered with the server.

A session can register a single handler of each type for a given branch of the topic tree. If there is already a handler registered for the topic path the operation will fail, registeredHandler will be closed, and the session error handler will be notified. To change the handler, first close the previous handler.

Parameters
topicPathThe path that the handler is active for.
registeredHandlerAllows the handler to be closed.

Implements PushTechnology.ClientInterface.Client.Features.ITopicTreeHandler.

virtual void PushTechnology.ClientInterface.Client.Features.TopicTreeHandlerDefault.OnClose ( string  topicPath)
virtual

Called if the handler is closed. This happens if the call to register the handler fails, or the handler is unregistered.

Parameters
topicPath

Implements PushTechnology.ClientInterface.Client.Features.ITopicTreeHandler.


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