Table of Contents

Interface IMissingTopicNotificationStream

Namespace
PushTechnology.ClientInterface.Client.Features.Control.Topics
Assembly
Diffusion.Client.dll

The stream that will be called when a session subscribes using a topic selector that matches no topics.

public interface IMissingTopicNotificationStream : IStream, ICallback
Inherited Members

Remarks

Methods

OnMissingTopic(IMissingTopicNotification)

Called when a session requests a topic that does not exist, and the topic path belongs to part of the topic tree for which this stream was registered.

void OnMissingTopic(IMissingTopicNotification notification)

Parameters

notification IMissingTopicNotification

The missing topic notification.