@PublicApi public class InstrumentationExecuteOperationParameters extends java.lang.Object
Instrumentation methods| Constructor and Description |
|---|
InstrumentationExecuteOperationParameters(ExecutionContext executionContext) |
| Modifier and Type | Method and Description |
|---|---|
ExecutionContext |
getExecutionContext() |
<T extends InstrumentationState> |
getInstrumentationState()
Deprecated.
state is now passed in direct to instrumentation methods
|
InstrumentationExecuteOperationParameters |
withNewState(InstrumentationState instrumentationState)
Deprecated.
state is now passed in direct to instrumentation methods
|
public InstrumentationExecuteOperationParameters(ExecutionContext executionContext)
@Deprecated public InstrumentationExecuteOperationParameters withNewState(InstrumentationState instrumentationState)
instrumentationState - the new state for this parameters objectpublic ExecutionContext getExecutionContext()
@Deprecated public <T extends InstrumentationState> T getInstrumentationState()
Instrumentation.createState(InstrumentationCreateStateParameters) but now
to save object allocations, the state is passed directly into instrumentation methodsT - for twoInstrumentation.createState(InstrumentationCreateStateParameters)