| Modifier and Type | Method and Description |
|---|---|
ConsoleFramework |
bind(Consumer<String> consumer) |
ConsoleFramework |
bind(String name,
Consumer<String> consumer) |
void |
run(String[] args)
The start point of zero console for console started up
|
static ConsoleFramework |
start(io.vertx.core.Vertx vertxRef) |
public static ConsoleFramework start(io.vertx.core.Vertx vertxRef)
public ConsoleFramework bind(Consumer<String> consumer)
public void run(String[] args)
The start point of zero console for console started up
args - Input command herepublic ConsoleFramework bind(String name, Consumer<String> consumer)
Copyright © 2021. All rights reserved.