Class ResteasyReactiveRuntimeRecorder
- java.lang.Object
-
- io.quarkus.resteasy.reactive.server.runtime.ResteasyReactiveRuntimeRecorder
-
public class ResteasyReactiveRuntimeRecorder extends Object
-
-
Field Summary
Fields Modifier and Type Field Description (package private) HttpConfigurationhttpConf
-
Constructor Summary
Constructors Constructor Description ResteasyReactiveRuntimeRecorder(HttpConfiguration httpConf)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidconfigure(io.quarkus.runtime.RuntimeValue<org.jboss.resteasy.reactive.server.core.Deployment> deployment, ResteasyReactiveServerRuntimeConfig runtimeConf)
-
-
-
Field Detail
-
httpConf
final HttpConfiguration httpConf
-
-
Constructor Detail
-
ResteasyReactiveRuntimeRecorder
public ResteasyReactiveRuntimeRecorder(HttpConfiguration httpConf)
-
-
Method Detail
-
configure
public void configure(io.quarkus.runtime.RuntimeValue<org.jboss.resteasy.reactive.server.core.Deployment> deployment, ResteasyReactiveServerRuntimeConfig runtimeConf)
-
-