Class DevResources

java.lang.Object
io.quarkus.observability.devresource.DevResources

public class DevResources extends Object
A registry of dev resources.
  • Constructor Details

    • DevResources

      public DevResources()
  • Method Details

    • resources

      public static List<DevResourceLifecycleManager> resources()
      Returns:
      list of found dev resources.
    • ensureStarted

      static Map<String,String> ensureStarted()
      Ensures all dev resources are started and returns a map of config properties.
      Returns:
      a map of config properties to be returned by DevResourcesConfigSource
    • stop

      public static void stop()
      Stops all dev resources.