public abstract class CommandBase<R> extends Object
| Modifier and Type | Field and Description |
|---|---|
Handler<AsyncResult<R>> |
handler |
| Constructor and Description |
|---|
CommandBase() |
| Modifier and Type | Method and Description |
|---|---|
void |
complete(AsyncResult<R> resp) |
void |
fail(String failureMsg) |
void |
fail(Throwable err) |
public Handler<AsyncResult<R>> handler
public final void fail(Throwable err)
public final void fail(String failureMsg)
public final void complete(AsyncResult<R> resp)
Copyright © 2021. All rights reserved.