Index
All Classes and Interfaces|All Packages
C
- ContextPropagatingExecutorService - Class in io.micronaut.context.propagation.instrument.execution
-
Wraps
ExecutorServiceto instrument it for propagating thePropagatedContextacross threads. - ContextPropagatingExecutorService(ExecutorService) - Constructor for class io.micronaut.context.propagation.instrument.execution.ContextPropagatingExecutorService
- ContextPropagatingExecutorService(ExecutorService, PropagatedContext) - Constructor for class io.micronaut.context.propagation.instrument.execution.ContextPropagatingExecutorService
- ContextPropagatingScheduledExecutorService - Class in io.micronaut.context.propagation.instrument.execution
-
Wraps
ScheduledExecutorServiceto instrument it for propagating thePropagatedContextacross threads. - ContextPropagatingScheduledExecutorService(ScheduledExecutorService) - Constructor for class io.micronaut.context.propagation.instrument.execution.ContextPropagatingScheduledExecutorService
- ContextPropagatingScheduledExecutorService(ScheduledExecutorService, PropagatedContext) - Constructor for class io.micronaut.context.propagation.instrument.execution.ContextPropagatingScheduledExecutorService
E
- equals(Object) - Method in record class io.micronaut.context.propagation.slf4j.MdcPropagationContext
-
Indicates whether some other object is "equal to" this one.
G
- getTarget() - Method in class io.micronaut.context.propagation.instrument.execution.ContextPropagatingExecutorService
- getTarget() - Method in class io.micronaut.context.propagation.instrument.execution.ContextPropagatingScheduledExecutorService
H
- hashCode() - Method in record class io.micronaut.context.propagation.slf4j.MdcPropagationContext
-
Returns a hash code value for this object.
I
- instrument(Runnable) - Method in class io.micronaut.context.propagation.instrument.execution.ContextPropagatingExecutorService
- instrument(Callable<T>) - Method in class io.micronaut.context.propagation.instrument.execution.ContextPropagatingExecutorService
- io.micronaut.context.propagation.instrument.execution - package io.micronaut.context.propagation.instrument.execution
- io.micronaut.context.propagation.slf4j - package io.micronaut.context.propagation.slf4j
- isInstrumented(ExecutorService) - Static method in class io.micronaut.context.propagation.instrument.execution.ContextPropagatingExecutorService
-
Checks if the given
ExecutorServiceis instrumented withContextPropagatingExecutorService.
M
- MdcPropagationContext - Record Class in io.micronaut.context.propagation.slf4j
-
MDC propagation.
- MdcPropagationContext() - Constructor for record class io.micronaut.context.propagation.slf4j.MdcPropagationContext
- MdcPropagationContext(Map<String, String>) - Constructor for record class io.micronaut.context.propagation.slf4j.MdcPropagationContext
-
Creates an instance of a
MdcPropagationContextrecord class.
R
- restoreThreadContext(Map<String, String>) - Method in record class io.micronaut.context.propagation.slf4j.MdcPropagationContext
S
- state() - Method in record class io.micronaut.context.propagation.slf4j.MdcPropagationContext
-
Returns the value of the
staterecord component.
T
- toString() - Method in record class io.micronaut.context.propagation.slf4j.MdcPropagationContext
-
Returns a string representation of this record class.
U
- unwrap(ExecutorService) - Static method in class io.micronaut.context.propagation.instrument.execution.ContextPropagatingExecutorService
-
Unwraps the target
ExecutorServicefrom the givenInstrumentedExecutorServiceif it is instrumented withContextPropagatingExecutorService. - updateThreadContext() - Method in record class io.micronaut.context.propagation.slf4j.MdcPropagationContext
All Classes and Interfaces|All Packages