- Source:
Classes
Methods
-
<static> CommandRegistry.create(vertx) → {CommandRegistry}
-
Create a new registry.
Parameters:
Name Type Description vertx
Vertx the vertx instance Returns:
the created registry- Type
- CommandRegistry
-
<static> CommandRegistry.getShared(vertx) → {CommandRegistry}
-
Get the shared registry for the Vert.x instance.
Parameters:
Name Type Description vertx
Vertx the vertx instance Returns:
the shared registry- Type
- CommandRegistry