vertx / io.vertx.rxjava.ext.web.api.contract

Package io.vertx.rxjava.ext.web.api.contract

Types

HTTPOperationRequestValidationHandler

interface HTTPOperationRequestValidationHandler : ValidationHandler, Handler<RoutingContext>

Base interface for HTTP request validation with API specification NOTE: This class has been automatically generated from the io.vertx.ext.web.api.contract.HTTPOperationRequestValidationHandler non RX-ified interface using Vert.x codegen.

RouterFactory

interface RouterFactory<Specification : Any>

Main interface for Design Driven Router factory Author: Francesco Guardiani @slinkydeveloper NOTE: This class has been automatically generated from the io.vertx.ext.web.api.contract.RouterFactory non RX-ified interface using Vert.x codegen.