Class ResteasyStandaloneRecorder
- java.lang.Object
-
- io.quarkus.resteasy.runtime.standalone.ResteasyStandaloneRecorder
-
public class ResteasyStandaloneRecorder extends Object
Provides the runtime methods to bootstrap Resteasy in standalone mode.
-
-
Field Summary
Fields Modifier and Type Field Description static StringMETA_INF_RESOURCES(package private) io.quarkus.runtime.RuntimeValue<HttpConfiguration>readTimeout
-
Constructor Summary
Constructors Constructor Description ResteasyStandaloneRecorder(io.quarkus.runtime.RuntimeValue<HttpConfiguration> readTimeout)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidstart(io.quarkus.runtime.ShutdownContext shutdown, boolean isVirtual)voidstaticInit(org.jboss.resteasy.spi.ResteasyDeployment dep, String path)io.vertx.core.Handler<io.vertx.ext.web.RoutingContext>vertxRequestHandler(Supplier<io.vertx.core.Vertx> vertx, Executor executor, ResteasyVertxConfig config)
-
-
-
Field Detail
-
META_INF_RESOURCES
public static final String META_INF_RESOURCES
- See Also:
- Constant Field Values
-
readTimeout
final io.quarkus.runtime.RuntimeValue<HttpConfiguration> readTimeout
-
-
Constructor Detail
-
ResteasyStandaloneRecorder
public ResteasyStandaloneRecorder(io.quarkus.runtime.RuntimeValue<HttpConfiguration> readTimeout)
-
-
Method Detail
-
staticInit
public void staticInit(org.jboss.resteasy.spi.ResteasyDeployment dep, String path)
-
start
public void start(io.quarkus.runtime.ShutdownContext shutdown, boolean isVirtual)
-
vertxRequestHandler
public io.vertx.core.Handler<io.vertx.ext.web.RoutingContext> vertxRequestHandler(Supplier<io.vertx.core.Vertx> vertx, Executor executor, ResteasyVertxConfig config)
-
-