C - context object typeMethods that use callbacks are deprecated and will be removed in a future release. Use CompletableFuture variant instead.
@Deprecated public static interface TopicControl.RemovalContextCallback<C> extends ContextCallback<C>
remove requests.
Use this alternative to TopicControl.RemovalCallback to associate some
arbitrary context object with each call.
| Modifier and Type | Interface and Description |
|---|---|
static class |
TopicControl.RemovalContextCallback.Default<C>
Deprecated.
A default implementation of
TopicControl.RemovalContextCallback. |
| Modifier and Type | Method and Description |
|---|---|
void |
onTopicsRemoved(C context)
Deprecated.
Called to indicate that the requested remove operation has been
actioned at the server.
|
onErrorvoid onTopicsRemoved(C context)
context - the context object the application supplied when
making the call; may be nullCopyright © 2024 DiffusionData Limited. All rights reserved.