Package dev.resteasy.vertx
package dev.resteasy.vertx
Internal coordination API shared among the RESTEasy Vert.x modules.
This package holds the types used by the client, server, and CDI modules to share a single
Vertx instance within a JVM. It is exported only to those sibling modules.
This package is not part of the public API and may change without notice. Users customize the integration through the public API in:
dev.resteasy.vertx.spi- Extension points and SPIdev.resteasy.vertx.config- Configuration options
- Since:
- 2.0
- See Also:
-
InterfacesClassDescriptionManages a shared
Vertxinstance across consumers within the same JVM.