public static interface ByteBuddyAgent.ProcessProvider
Modifier and Type | Interface and Description |
---|---|
static class |
ByteBuddyAgent.ProcessProvider.ForCurrentVm
Supplies the current VM's process id.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
resolve()
Resolves a process id for the current JVM.
|