Class ContextPropagatingScheduledExecutorService

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

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