Uses of Interface
com.pushtechnology.diffusion.client.features.Messaging.RequestHandler
Packages that use Messaging.RequestHandler
-
Uses of Messaging.RequestHandler in com.pushtechnology.diffusion.client.features
Methods in com.pushtechnology.diffusion.client.features with parameters of type Messaging.RequestHandlerModifier and TypeMethodDescription<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.