public interface Executable
Modifier and Type | Field and Description |
---|---|
static Executable |
NOOP
No-op implementation.
|
Modifier and Type | Method and Description |
---|---|
void |
run(Reactor reactor)
Executes a task.
|
static final Executable NOOP
Copyright © 2019. All rights reserved.