Interface CommandResolverFactory
public interface CommandResolverFactory
The SPI interface for discovering commands.
- Author:
- Julien Viet
-
Method Summary
Modifier and TypeMethodDescriptionvoidresolver(Vertx vertx, Handler<AsyncResult<CommandResolver>> resolveHandler) Obtain a command resolver for a Vert.x instance.
-
Method Details
-
resolver
Obtain a command resolver for a Vert.x instance.- Parameters:
vertx- the vertx instanceresolveHandler- the handler that will receive the handler
-