Package io.microsphere.process
-
Interface Summary Interface Description ProcessIdResolver A strategy interface for resolving the current process ID. -
Class Summary Class Description ClassicProcessIdResolver AProcessIdResolverimplementation for classic JDK versions (5 - 8).ModernProcessIdResolver AProcessIdResolverimplementation for modern JDKs (Java 9+).ProcessExecutor ProcessExecutorProcessManager Manages and tracks processes, providing methods to handle running processes and clean up resources.VirtualMachineProcessIdResolver AProcessIdResolverimplementation for retrieving the process ID using the SUN JVM internal APIs.