Uses of Interface
io.microsphere.process.ProcessIdResolver
-
Packages that use ProcessIdResolver Package Description io.microsphere.process -
-
Uses of ProcessIdResolver in io.microsphere.process
Classes in io.microsphere.process that implement ProcessIdResolver Modifier and Type Class Description class
ClassicProcessIdResolver
AProcessIdResolver
implementation for classic JDK versions (5 - 8).class
ModernProcessIdResolver
AProcessIdResolver
implementation for modern JDKs (Java 9+).class
VirtualMachineProcessIdResolver
AProcessIdResolver
implementation for retrieving the process ID using the SUN JVM internal APIs.
-