Index

C E G H I M R S T U 
All Classes and Interfaces|All Packages

C

ContextPropagatingExecutorService - Class in io.micronaut.context.propagation.instrument.execution
Wraps ExecutorService to instrument it for propagating the PropagatedContext across 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 ScheduledExecutorService to instrument it for propagating the PropagatedContext across 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 ExecutorService is instrumented with ContextPropagatingExecutorService.

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 MdcPropagationContext record 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 state record 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 ExecutorService from the given InstrumentedExecutorService if it is instrumented with ContextPropagatingExecutorService.
updateThreadContext() - Method in record class io.micronaut.context.propagation.slf4j.MdcPropagationContext
 
C E G H I M R S T U 
All Classes and Interfaces|All Packages