package executor
Ordering
- Alphabetic
Visibility
- Public
- All
Type Members
- final class CaptureContextOnSubmitInstrumentation extends InstrumentationBuilder
-
class
ExecutorTaskInstrumentation extends InstrumentationBuilder
Captures the current Context upon creation of all Runnable/Callable implementations and sets that Context as current while their run/call methods are executed.
Captures the current Context upon creation of all Runnable/Callable implementations and sets that Context as current while their run/call methods are executed. See the module's exclude configuration for more info on what packages and implementations will not be targeted by this instrumentation (e.g. it does not target any java.* class by default).
Value Members
- object ExecutorInstrumentation
- object ExecutorMetrics