C - context object typepublic static class Topics.CompletionContextCallback.Default<C> extends ContextCallback.Default<C> implements Topics.CompletionContextCallback<C>
Topics.CompletionContextCallback.
This logs onComplete calls at 'debug' level. This method can be overridden to perform some more specific action.
Topics.CompletionContextCallback.Default<C>| Constructor and Description |
|---|
Default() |
| Modifier and Type | Method and Description |
|---|---|
void |
onComplete(C context)
Called to indicate that a requested operation has been processed by
the server.
|
onDiscardclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitonDiscardpublic void onComplete(C context)
Topics.CompletionContextCallbackonComplete in interface Topics.CompletionContextCallback<C>context - the context object supplied when making the call. May
be nullCopyright © 2023 DiffusionData Limited. All rights reserved.