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
-
Constructor Summary
Constructors Constructor Description ResteasyStandaloneRecorder()
-
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, io.quarkus.arc.runtime.BeanContainer beanContainer, Executor executor, HttpConfiguration readTimeout, ResteasyVertxConfig config)
-
-
-
Field Detail
-
META_INF_RESOURCES
public static final String META_INF_RESOURCES
- See Also:
- Constant Field Values
-
-
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, io.quarkus.arc.runtime.BeanContainer beanContainer, Executor executor, HttpConfiguration readTimeout, ResteasyVertxConfig config)
-
-