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

Example: Overriding the Shutdown Timeout

-Ddev.resteasy.vertx.timeout=60
-Ddev.resteasy.vertx.timeout.unit=SECONDS
Since:
2.0