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 voidconfigureHandlers(io.quarkus.runtime.RuntimeValue<org.jboss.resteasy.reactive.server.core.Deployment> deployment, Map<Class<?>,Supplier<?>> runtimeConfigMap)Supplier<org.jboss.resteasy.reactive.server.spi.RuntimeConfiguration>runtimeConfiguration(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
-
runtimeConfiguration
public Supplier<org.jboss.resteasy.reactive.server.spi.RuntimeConfiguration> runtimeConfiguration(io.quarkus.runtime.RuntimeValue<org.jboss.resteasy.reactive.server.core.Deployment> deployment, ResteasyReactiveServerRuntimeConfig runtimeConf)
-
-