Class DevResources
java.lang.Object
io.quarkus.observability.devresource.DevResources
A registry of dev resources.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionEnsures all dev resources are started and returns a map of config properties.static List<DevResourceLifecycleManager>static voidstop()Stops all dev resources.
-
Constructor Details
-
DevResources
public DevResources()
-
-
Method Details
-
resources
- Returns:
- list of found dev resources.
-
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.
-