public class ConnectionCompletionHandler extends Object implements CompletionHandler<Void,ConnectionCompletionVo>
| Constructor and Description |
|---|
ConnectionCompletionHandler() |
| Modifier and Type | Method and Description |
|---|---|
void |
completed(Void result,
ConnectionCompletionVo attachment) |
void |
failed(Throwable throwable,
ConnectionCompletionVo attachment) |
public void completed(Void result, ConnectionCompletionVo attachment)
completed in interface CompletionHandler<Void,ConnectionCompletionVo>result - resultattachment - ConnectionCompletionVopublic void failed(Throwable throwable, ConnectionCompletionVo attachment)
failed in interface CompletionHandler<Void,ConnectionCompletionVo>throwable - Throwableattachment - ConnectionCompletionVoCopyright © 2025. All rights reserved.