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
Stream instances can be registered using AddMissingTopicHandlerAsync(string, IMissingTopicNotificationStream).
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
notificationIMissingTopicNotificationThe missing topic notification.