public static interface TopicControl.MissingTopicNotificationStream extends Stream
Instances can be registered using
addMissingTopicHandler
.
Modifier and Type | Interface and Description |
---|---|
static class |
TopicControl.MissingTopicNotificationStream.Default
|
Modifier and Type | Method and Description |
---|---|
void |
onMissingTopic(TopicControl.MissingTopicNotification notification)
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 handler
was registered.
|
void onMissingTopic(TopicControl.MissingTopicNotification notification)
notification
- the missing topic notificationCopyright © 2024 DiffusionData Ltd. All Rights Reserved.