Package dev.resteasy.vertx.server


package dev.resteasy.vertx.server
Internal implementation of the RESTEasy Vert.x embedded server.

This package contains the EmbeddedServer implementation and the adapters bridging Vert.x HTTP requests and responses to the RESTEasy SPI. It is exported only to the CDI module, which extends the server.

This package is not part of the public API and may change without notice. Users start the server through the standard Jakarta REST SeBootstrap API and customize it through the public SPI in:

Since:
2.0
See Also: