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.
|
onError
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
onError
public void onClose(C context)
ContextStream
onClose
in interface ContextStream<C>
context
- the context object the application supplied when making
the call; may be null
Copyright © 2024 DiffusionData Ltd. All Rights Reserved.