Interface LRABuildTimeConfiguration
@ConfigRoot(phase=BUILD_TIME)
@ConfigMapping(prefix="quarkus.lra")
public interface LRABuildTimeConfiguration
LRA build time configuration properties
-
Method Summary
Modifier and TypeMethodDescriptionDev Services.booleanWhether to include LRA proxy endpoints in the generated OpenAPI document
-
Method Details
-
openapiIncluded
@WithName("openapi.included") @WithDefault("false") boolean openapiIncluded()Whether to include LRA proxy endpoints in the generated OpenAPI document -
devservices
Dev Services.Dev Services that automatically start Narayana LRA coordinator in dev and test modes.
-