protected static interface AgentBuilder.LambdaInstrumentationStrategy.LambdaInstanceFactory.LambdaMethodImplementation.Appender.Dispatcher
| Modifier and Type | Interface and Description | 
|---|---|
| static class  | AgentBuilder.LambdaInstrumentationStrategy.LambdaInstanceFactory.LambdaMethodImplementation.Appender.Dispatcher.UsingDirectInvocationAn invocation that is using a direct call to the target method. | 
| static class  | AgentBuilder.LambdaInstrumentationStrategy.LambdaInstanceFactory.LambdaMethodImplementation.Appender.Dispatcher.UsingMethodHandleAn invocation that is using an exact invocation of a method handle. | 
| Modifier and Type | Method and Description | 
|---|---|
| StackManipulation | initialize()Initializes this invocation. | 
| StackManipulation | invoke(MethodDescription methodDescription)Invokes this invocation. | 
StackManipulation initialize()
StackManipulation invoke(MethodDescription methodDescription)
methodDescription - A description of the invoked method.Copyright © 2014–2024. All rights reserved.