Class DevServicesConfigResultBuildItem


  • 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.
    • Constructor Detail

      • DevServicesConfigResultBuildItem

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

      • getKey

        public String getKey()
      • getValue

        public String getValue()