Package | Description |
---|---|
com.pushtechnology.diffusion.client.features |
Client API : Standard Features.
|
com.pushtechnology.diffusion.client.features.control.clients |
Client API : Client Control Features.
|
com.pushtechnology.diffusion.client.features.control.topics |
Client API : Topic Control Features.
|
Modifier and Type | Method and Description |
---|---|
<T,R> CompletableFuture<Registration> |
Messaging.addRequestHandler(String path,
Class<? extends T> requestType,
Class<? super R> responseType,
Messaging.RequestHandler<T,R> handler,
String... sessionProperties)
Register a request handler to handle requests from other client sessions
for a branch of the message path hierarchy.
|
Modifier and Type | Interface and Description |
---|---|
static interface |
TopicNotifications.NotificationRegistration
The NotificationRegistration represents the registration state of the
associated listener on the server.
|
Modifier and Type | Method and Description |
---|---|
CompletableFuture<Registration> |
TopicControl.addMissingTopicHandler(String topicPath,
TopicControl.MissingTopicNotificationStream handler)
Register a
TopicControl.MissingTopicNotificationStream to handle requests for
a branch of the topic tree. |
Copyright © 2024 DiffusionData Ltd. All Rights Reserved.