C
- context object typepublic static interface Topics.CompletionContextCallback<C> extends ContextCallback<C>
Use this alternative to Topics.CompletionCallback
to associate some
arbitrary context object with each call.
Modifier and Type | Interface and Description |
---|---|
static class |
Topics.CompletionContextCallback.Default<C>
Default implementation of
Topics.CompletionContextCallback . |
Modifier and Type | Method and Description |
---|---|
void |
onComplete(C context)
Called to indicate that a requested operation has been processed by
the server.
|
onDiscard
void onComplete(C context)
context
- the context object supplied when making the call. May
be null
Copyright © 2020 Push Technology Ltd. All Rights Reserved.