Module: vertx-shell-js/command_registry

vertx-shell-js/command_registry

Classes

CommandRegistry

Methods

<static> CommandRegistry.create(vertx) → {CommandRegistry}

Create a new registry.
Parameters:
Name Type Description
vertx Vertx the vertx instance
Source:
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
Source:
Returns:
the shared registry
Type
CommandRegistry