Interface VertxBuildConfig


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

    Modifier and Type
    Method
    Description
    boolean
    If set to true then a customized current context factory (backed by a Vert.x duplicated local context) is used for normal scopes in ArC.
  • Method Details

    • customizeArcContext

      @ConfigDocIgnore @WithDefault("true") boolean customizeArcContext()
      If set to true then a customized current context factory (backed by a Vert.x duplicated local context) is used for normal scopes in ArC.