Class ContextPropagatingExecutorService

java.lang.Object
io.micronaut.context.propagation.instrument.execution.ContextPropagatingExecutorService
All Implemented Interfaces:
InstrumentedExecutor, InstrumentedExecutorService, RunnableInstrumenter, Executor, ExecutorService
Direct Known Subclasses:
ContextPropagatingScheduledExecutorService

@Internal public class ContextPropagatingExecutorService extends Object implements InstrumentedExecutorService
Wraps ExecutorService to instrument it for propagating the PropagatedContext across threads.
Since:
4.9.0
Author:
Hauke Lange