Interface HelperInjectorListener


public interface HelperInjectorListener
This listener can be registered in an agent extension by setting the HelperInjector.helperInjectorListener field. It is used to process additional classes created by the agent.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    onInjection(Map<String,byte[]> classnameToBytes)
     
  • Method Details

    • onInjection

      void onInjection(Map<String,byte[]> classnameToBytes)