Diffusion .NET API  5.9.24
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Properties Events Pages
PushTechnology.ClientInterface.Client.Features.Control.Topics.IRoutingSubscriptionRequestHandler Interface Reference

Handler for routing subscription requests. More...

Inheritance diagram for PushTechnology.ClientInterface.Client.Features.Control.Topics.IRoutingSubscriptionRequestHandler:
PushTechnology.ClientInterface.Client.Features.ITopicTreeHandler PushTechnology.ClientInterface.Client.Features.Control.Topics.RoutingSubscriptionRequestHandlerDefault

Public Member Functions

void OnSubscriptionRequest (IRoutingSubscriptionRequest request)
 A request to subscribe to a specific routing topic. More...
 
- Public Member Functions inherited from PushTechnology.ClientInterface.Client.Features.ITopicTreeHandler
void OnActive (string topicPath, IRegisteredHandler registeredHandler)
 Called when the handler has been successfully registered with the server. More...
 
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

Handler for routing subscription requests.

Member Function Documentation

void PushTechnology.ClientInterface.Client.Features.Control.Topics.IRoutingSubscriptionRequestHandler.OnSubscriptionRequest ( IRoutingSubscriptionRequest  request)

A request to subscribe to a specific routing topic.

Parameters
request

Implemented in PushTechnology.ClientInterface.Client.Features.Control.Topics.RoutingSubscriptionRequestHandlerDefault.


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