@AutoService(value=Instrumenter.class) public final class ExecutorInstrumentation extends Object implements Instrumenter
Executor.execute(java.lang.Runnable) to the submitted Runnable, just like the Microsoft .Net Framework propagates the System.Threading.ExecutionContext.| Constructor and Description |
|---|
ExecutorInstrumentation() |
| Modifier and Type | Method and Description |
|---|---|
net.bytebuddy.agent.builder.AgentBuilder |
instrument(net.bytebuddy.agent.builder.AgentBuilder agentBuilder,
Settings settings)
Adds bytecode instrumentation to the given
AgentBuilder. |
public net.bytebuddy.agent.builder.AgentBuilder instrument(net.bytebuddy.agent.builder.AgentBuilder agentBuilder,
Settings settings)
InstrumenterAgentBuilder.instrument in interface InstrumenteragentBuilder - an AgentBuilder object to which the additional instrumentation is
addedsettings - the configuration settingsAgentBuilder object having the additional instrumentation