Package dev.resteasy.vertx.config
package dev.resteasy.vertx.config
Configuration options for the RESTEasy Vert.x integration.
Options are resolved through the RESTEasy Options mechanism, so they can be
supplied via system properties, environment variables, or any other configuration source RESTEasy supports.
Types
ResteasyVertxOptions- The set of configurable options, includingTIMEOUTandTIMEOUT_UNITused for blocking operations such as shutting down theVertxinstance
Example: Overriding the Shutdown Timeout
-Ddev.resteasy.vertx.timeout=60 -Ddev.resteasy.vertx.timeout.unit=SECONDS
- Since:
- 2.0
-
Classes