Interface RestQuteConfig


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

    Modifier and Type
    Method
    Description
    boolean
    Deprecated, for removal: This API element is subject to removal in a future version.
    This config item will be removed at some time after Quarkus 3.16
  • Method Details

    • templateInstanceNonBlockingType

      @Deprecated(forRemoval=true, since="3.10") @WithDefault("false") boolean templateInstanceNonBlockingType()
      Deprecated, for removal: This API element is subject to removal in a future version.
      This config item will be removed at some time after Quarkus 3.16
      If set to true then the TemplateInstance is registered as a non-blocking return type for JAX-RS resource methods.