Interface RouterConfigurator

All Superinterfaces:
Consumer<io.vertx.ext.web.Router>

public interface RouterConfigurator extends Consumer<io.vertx.ext.web.Router>
Configures the router for a Vert.x deployment.
Author:
Paul Ferraro