public abstract class CommandBase<R> extends Object
| Modifier and Type | Field and Description |
|---|---|
Handler<? super CommandResponse<R>> |
handler |
| Constructor and Description |
|---|
CommandBase() |
public Handler<? super CommandResponse<R>> handler
public final void fail(Throwable err)
Copyright © 2020. All rights reserved.