Interface RestQuteConfig
@ConfigMapping(prefix="quarkus.rest.qute")
@ConfigRoot(phase=BUILD_TIME)
public interface RestQuteConfig
-
Method Summary
Modifier and TypeMethodDescriptionbooleanDeprecated, 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.16If set totruethen theTemplateInstanceis registered as a non-blocking return type for JAX-RS resource methods.
-