Interface IDeepLoader

  • All Known Implementing Classes:
    DeepLoader

    public interface IDeepLoader
    This is how Deep is to be loaded, default provider is in the 'deep' module.
    • Method Detail

      • load

        void load​(String pid,
                  String config,
                  String jarPath)
           throws Throwable
        Load the Deep agent into the provided process id.
        Parameters:
        pid - the current process id
        config - the config to use
        jarPath - the full path to the jar to load (or null to auto discover the jar)
        Throws:
        Throwable - if loader fails