Class CoroutinesAgent
java.lang.Object
com.offbynull.coroutines.javaagent.CoroutinesAgent
Java Agent that instruments coroutines.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionprivate static final class
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic void
premain
(String agentArgs, Instrumentation inst) Java agent premain.
-
Constructor Details
-
CoroutinesAgent
private CoroutinesAgent()
-
-
Method Details
-
premain
Java agent premain.- Parameters:
agentArgs
- args passed in to agentinst
- instrumentation for agent- Throws:
NullPointerException
- ifinst
isnull
IllegalArgumentException
- ifagentArgs
is present but not in the expected format, or if the passed in arguments were not parseable
-