C - the context typeMethods that use callbacks are deprecated and will be removed in a future release. Use CompletableFuture variant instead.
@Deprecated public static interface ClientControl.ClientContextCallback<C> extends ContextCallback<C>
ClientControl.ClientCallback used with
close and
setConflated.
Attaches an arbitrary context object to callback notifications.
| Modifier and Type | Interface and Description |
|---|---|
static class |
ClientControl.ClientContextCallback.Default<C>
Deprecated.
Default implementation of
ClientControl.ClientContextCallback. |
| Modifier and Type | Method and Description |
|---|---|
void |
onComplete(C context)
Deprecated.
This is called to indicate that a requested operation has been
handled by the server.
|
onDiscardvoid onComplete(C context)
Copyright © 2023 DiffusionData Limited. All rights reserved.