C - context object typepublic abstract static class ContextStream.Default<C> extends ContextCallback.Default<C> implements ContextStream<C>
This simply logs an onClose call at 'debug' level. This method should be overridden for more specific processing.
ContextStream.Default<C>| Constructor and Description |
|---|
Default() |
| Modifier and Type | Method and Description |
|---|---|
void |
onClose(C context)
Notification that a call context was closed normally.
|
onErrorclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitonErrorpublic void onClose(C context)
ContextStreamonClose in interface ContextStream<C>context - the context object the application supplied when making
the call; may be nullCopyright © 2025 DiffusionData Limited. All rights reserved.