public interface Command<T> extends BaseCommand<T,CommandContext>
| Modifier and Type | Method and Description |
|---|---|
T |
execute(CommandContext commandContext) |
T execute(CommandContext commandContext)
execute in interface BaseCommand<T,CommandContext>Copyright © 2017 Flowable. All rights reserved.