Class ResteasyReactiveServerConfig


  • @ConfigRoot(name="resteasy-reactive")
    public class ResteasyReactiveServerConfig
    extends Object
    • Field Detail

      • path

        @ConfigItem
        Optional<String> path
        Set this to define the application path that serves as the base URI for all JAX-RS resource URIs provided by @Path annotations when there are no @ApplicationPath annotations defined on Application classes.

        This value is always resolved relative to quarkus.http.root-path.

    • Constructor Detail

      • ResteasyReactiveServerConfig

        public ResteasyReactiveServerConfig()