Package | Description |
---|---|
com.pushtechnology.diffusion.client.features.control.clients |
Client API : Client Control Features.
|
Modifier and Type | Method and Description |
---|---|
CompletableFuture<ClientControl.SessionFilterOperationResult> |
ClientControl.close(String filter)
Close all client sessions matching a given session filter.
|
CompletableFuture<ClientControl.SessionFilterOperationResult> |
ClientControl.setConflated(String filter,
boolean conflate)
Control client queue conflation.
|
CompletableFuture<ClientControl.SessionFilterOperationResult> |
ClientControl.setSessionProperties(String filter,
Map<String,String> properties)
Send a request to the server to set all sessions that satisfy a session
filter with the new user-defined session properties.
|
Copyright © 2022 Push Technology Ltd. All Rights Reserved.