Methods that use callbacks are deprecated and will be removed in a future release. Use CompletableFuture variant instead.
@Deprecated public static interface ClientControl.SessionPropertiesCallback extends Callback
ClientControl.getSessionProperties(SessionId, Collection, SessionPropertiesCallback)
.Callback.Default
Modifier and Type | Method and Description |
---|---|
void |
onReply(SessionId sessionId,
Map<String,String> properties)
Deprecated.
Called to return requested session properties.
|
void |
onUnknownSession(SessionId sessionId)
Deprecated.
Called to indicate that the session indicated in a request is not
known by the server.
|
void onReply(SessionId sessionId, Map<String,String> properties)
sessionId
- the session identifierproperties
- map of the requested session property valuesvoid onUnknownSession(SessionId sessionId)
sessionId
- the requested session identifierCopyright © 2024 DiffusionData Ltd. All Rights Reserved.