Package com.newrelic.agent.bridge
Interface ExtensionHolderFactory
-
- All Known Implementing Classes:
ExtensionHolderFactory.NoOpExtensionHolderFactory
public interface ExtensionHolderFactoryCalled by the agent's weaver extension class template to generate anExtensionHolder. The interface lives on the bridge so it is accessible on all classloaders. The implementation is provided by the agent by settingAgentBridge.extensionHolderFactory
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classExtensionHolderFactory.NoOpExtensionHolderFactory
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description <T> ExtensionHolder<T>build()Build a newExtensionHolder
-
-
-
Method Detail
-
build
<T> ExtensionHolder<T> build()
Build a newExtensionHolder
-
-