All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.newrelic.agent.util.UnwindableInstrumentation Maven / Gradle / Ivy

The newest version!
package com.newrelic.agent.util;

import java.lang.instrument.Instrumentation;

public interface UnwindableInstrumentation extends Instrumentation {
    /**
     * Remove all New Relic class transformers and rejit any classes they have modified
     */
    void unwind();

    void started();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy