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

The default ITopicDetailsCallback implementation. More...

Inheritance diagram for PushTechnology.ClientInterface.Client.Features.TopicDetailsCallbackDefault:
PushTechnology.ClientInterface.Client.Features.CallbackDefault PushTechnology.ClientInterface.Client.Features.ITopicDetailsCallback PushTechnology.ClientInterface.Client.Features.ICallback PushTechnology.ClientInterface.Client.Features.ICallback

Public Member Functions

virtual void OnTopicDetails (string topicPath, ITopicDetails details)
 Called to return requested topic details. More...
 
virtual void OnTopicUnknown (string topicPath)
 Called if there was a request for topic details but the topic did not exist at the server. More...
 
- Public Member Functions inherited from PushTechnology.ClientInterface.Client.Features.CallbackDefault
virtual void OnDiscard ()
 Called to notify that a call context was closed prematurely, typically due to a timeout or the session being closed. More...
 

Detailed Description

The default ITopicDetailsCallback implementation.

This simply logs calls at 'info' level. This can be overridden to perform some more specific action.

Member Function Documentation

virtual void PushTechnology.ClientInterface.Client.Features.TopicDetailsCallbackDefault.OnTopicDetails ( string  topicPath,
ITopicDetails  details 
)
virtual

Called to return requested topic details.

Parameters
topicPathThe full path of the topic.
detailsThe topic details.

Implements PushTechnology.ClientInterface.Client.Features.ITopicDetailsCallback.

virtual void PushTechnology.ClientInterface.Client.Features.TopicDetailsCallbackDefault.OnTopicUnknown ( string  topicPath)
virtual

Called if there was a request for topic details but the topic did not exist at the server.

Parameters
topicPathThe full path of the topic.

Implements PushTechnology.ClientInterface.Client.Features.ITopicDetailsCallback.


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