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 - attachment - public void failed(Throwable throwable, ConnectionCompletionVo attachment)
failed in interface CompletionHandler<Void,ConnectionCompletionVo>throwable - attachment - Copyright © 2021. All rights reserved.