public interface NodeTask
| Modifier and Type | Method and Description |
|---|---|
void |
execute(String cmd,
String... args)
Execute a node task (without blocking the caller thread).
|
default void |
executeOnce(String cmd,
String... args)
Run a task once per JVM instance.
|
default void executeOnce(@Nonnull String cmd, @Nonnull String... args)
cmd - Command.args - Arguments.Copyright © 2023. All rights reserved.