Class ResteasyReactiveServletRecorder
java.lang.Object
io.quarkus.resteasy.reactive.server.servlet.runtime.ResteasyReactiveServletRecorder
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionio.undertow.servlet.api.InstanceFactory<jakarta.servlet.Filter> filter(io.quarkus.runtime.RuntimeValue<org.jboss.resteasy.reactive.server.core.Deployment> deployment) io.undertow.servlet.api.InstanceFactory<jakarta.servlet.Servlet> servlet(io.quarkus.runtime.RuntimeValue<org.jboss.resteasy.reactive.server.core.Deployment> deployment)
-
Constructor Details
-
ResteasyReactiveServletRecorder
public ResteasyReactiveServletRecorder()
-
-
Method Details
-
servlet
public io.undertow.servlet.api.InstanceFactory<jakarta.servlet.Servlet> servlet(io.quarkus.runtime.RuntimeValue<org.jboss.resteasy.reactive.server.core.Deployment> deployment) -
filter
public io.undertow.servlet.api.InstanceFactory<jakarta.servlet.Filter> filter(io.quarkus.runtime.RuntimeValue<org.jboss.resteasy.reactive.server.core.Deployment> deployment)
-