Class DevServicesConfigResultBuildItem


  • @Deprecated(since="https://github.com/quarkusio/quarkus/pull/23048")
    public final class DevServicesConfigResultBuildItem
    extends MultiBuildItem
    Configuration property that is the result of start dev services. Used to start and configure dev services, any processor starting dev services should produce these items. Quarkus will make sure the relevant settings are present in both JVM and native modes.
    • Field Detail

      • key

        final String key
        Deprecated.
      • value

        final String value
        Deprecated.
    • Constructor Detail

      • DevServicesConfigResultBuildItem

        public DevServicesConfigResultBuildItem​(String key,
                                                String value)
        Deprecated.
    • Method Detail

      • getKey

        public String getKey()
        Deprecated.
      • getValue

        public String getValue()
        Deprecated.