Class RunningService

java.lang.Object
io.quarkus.devservices.crossclassloader.runtime.RunningService
All Implemented Interfaces:
Closeable, AutoCloseable

public final class RunningService extends Object implements Closeable
Represents a running service in Dev Services. This class is used to encapsulate the details of a service that has been started by Dev Services, necessary for tracking and managing the lifecycle of the service.

It is designed to be loaded with the parent classloader, allowing it to be shared across different classloaders.