Interface ResteasyReactiveServerConfig


@ConfigMapping(prefix="quarkus.rest") @ConfigRoot(phase=BUILD_TIME) public interface ResteasyReactiveServerConfig
  • Method Summary

    Modifier and Type
    Method
    Description
    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.
  • Method Details

    • path

      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.