Callback.Completable, Callback.Completing, Callback.NestedInvocable.InvocationType__nonBlocking| Constructor and Description |
|---|
DisconnectCallback(LogicalConnection connection) |
| Modifier and Type | Method and Description |
|---|---|
void |
failed(java.lang.Throwable x)
Callback invoked when the operation fails.
|
void |
succeeded()
Callback invoked when the operation completes.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetInvocationType, getInvocationType, invokeNonBlocking, isNonBlockingInvocationpublic DisconnectCallback(LogicalConnection connection)
public void failed(java.lang.Throwable x)
CallbackCallback invoked when the operation fails.
public void succeeded()
CallbackCallback invoked when the operation completes.
succeeded in interface CallbackCallback.failed(Throwable)Copyright © 1995–2023 Webtide. All rights reserved.