Class CoroutinesAgent

java.lang.Object
com.offbynull.coroutines.javaagent.CoroutinesAgent

public final class CoroutinesAgent extends Object
Java Agent that instruments coroutines.
  • Constructor Details

    • CoroutinesAgent

      private CoroutinesAgent()
  • Method Details

    • premain

      public static void premain(String agentArgs, Instrumentation inst)
      Java agent premain.
      Parameters:
      agentArgs - args passed in to agent
      inst - instrumentation for agent
      Throws:
      NullPointerException - if inst is null
      IllegalArgumentException - if agentArgs is present but not in the expected format, or if the passed in arguments were not parseable