public interface Command<R>
| Modifier and Type | Interface and Description |
|---|---|
static interface |
Command.Handler<C extends Command<R>,R> |
static interface |
Command.Middleware |
static interface |
Command.Middlewares |
static interface |
Command.Router |
| Modifier and Type | Method and Description |
|---|---|
default R |
execute(Pipeline pipeline) |