Class RunTimeConfigurationSourceValueBuildItem


  • @Deprecated
    public final class RunTimeConfigurationSourceValueBuildItem
    extends MultiBuildItem
    Deprecated.
    This is a special build item that is intended to be used only to support bootstrap configuration in the following manner: A build step produces this BuildItem with a RuntimeValue<ConfigSourceProvider> a payload that is obtained by calling a (RUNTIME_INIT) recorder. The build step can optionally use a configuration object that uses the BOOTSTRAP config phase and pass this configuration to the recorder to allow the recorder at runtime to customize its behavior
    • Constructor Detail

      • RunTimeConfigurationSourceValueBuildItem

        public RunTimeConfigurationSourceValueBuildItem​(RuntimeValue<org.eclipse.microprofile.config.spi.ConfigSourceProvider> configSourcesValue)
        Deprecated.
    • Method Detail

      • getConfigSourcesValue

        public RuntimeValue<org.eclipse.microprofile.config.spi.ConfigSourceProvider> getConfigSourcesValue()
        Deprecated.