Package | Description |
---|---|
com.pushtechnology.diffusion.client.features |
Client API : Standard 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.
|
Copyright © 2024 DiffusionData Ltd. All Rights Reserved.