Class CoroutinesAgent


  • public final class CoroutinesAgent
    extends java.lang.Object
    Java Agent that instruments coroutines.
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private CoroutinesAgent()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void premain​(java.lang.String agentArgs, java.lang.instrument.Instrumentation inst)
      Java agent premain.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • CoroutinesAgent

        private CoroutinesAgent()
    • Method Detail

      • premain

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