Uses of Class
dev.resteasy.vertx.config.ResteasyVertxOptions
Packages that use ResteasyVertxOptions
Package
Description
Configuration options for the RESTEasy Vert.x integration.
-
Uses of ResteasyVertxOptions in dev.resteasy.vertx.config
Fields in dev.resteasy.vertx.config declared as ResteasyVertxOptionsModifier and TypeFieldDescriptionstatic final ResteasyVertxOptions<Long> ResteasyVertxOptions.MAX_REQUEST_SIZEThe maximum allowed request body size in bytes for the embedded server.static final ResteasyVertxOptions<Long> ResteasyVertxOptions.TIMEOUTThe timeout value for blocking operations such as shutting down theVertxinstance.static final ResteasyVertxOptions<TimeUnit> ResteasyVertxOptions.TIMEOUT_UNITThe time unit forResteasyVertxOptions.TIMEOUT.