public class CancelSchedulerCommand<I> extends Object implements Command<Void,SchedulerContext<I>>
| Constructor and Description |
|---|
CancelSchedulerCommand(Bean<I,?> bean) |
| Modifier and Type | Method and Description |
|---|---|
Void |
execute(SchedulerContext<I> context)
Execute this command with the specified context.
|
public Void execute(SchedulerContext<I> context)
Commandexecute in interface Command<Void,SchedulerContext<I>>context - the execution contextCopyright © 2021 JBoss by Red Hat. All rights reserved.