Package | Description |
---|---|
com.pushtechnology.diffusion.client.features |
Client API : Standard Features.
|
Modifier and Type | Method and Description |
---|---|
Messaging.RequestStream<?,?> |
Messaging.removeRequestStream(String path)
Remove the request stream at a particular path.
|
<T,R> Messaging.RequestStream<?,?> |
Messaging.setRequestStream(String path,
Class<? extends T> requestType,
Class<? super R> responseType,
Messaging.RequestStream<T,R> requestStream)
Set a request stream to handle requests to a specified path.
|
Modifier and Type | Method and Description |
---|---|
<T,R> Messaging.RequestStream<?,?> |
Messaging.setRequestStream(String path,
Class<? extends T> requestType,
Class<? super R> responseType,
Messaging.RequestStream<T,R> requestStream)
Set a request stream to handle requests to a specified path.
|
Copyright © 2024 DiffusionData Ltd. All Rights Reserved.