public static interface AgentBuilder.InstallationStrategy
ClassFileTransformer.| Modifier and Type | Interface and Description |
|---|---|
static class |
AgentBuilder.InstallationStrategy.Default
Default implementations of installation strategies.
|
| Modifier and Type | Method and Description |
|---|---|
ResettableClassFileTransformer |
onError(Instrumentation instrumentation,
ResettableClassFileTransformer classFileTransformer,
Throwable throwable)
Handles an error that occured after registering a class file transformer during installation.
|
ResettableClassFileTransformer onError(Instrumentation instrumentation, ResettableClassFileTransformer classFileTransformer, Throwable throwable)
instrumentation - The instrumentation onto which the class file transformer was registered.classFileTransformer - The class file transformer that was registered.throwable - The error that occurred.Copyright © 2014–2016. All rights reserved.