org.llm4s.agent.orchestration.MDCContext
Thread-safe MDC context management for async operations. Preserves MDC context across thread boundaries. This file needs try-finally to ensure MDC context is restored.
Attributes
Graph
Reset zoom Hide graph Show graph
Supertypes
class Object
trait Matchable
class Any
Self type
Members list
Capture current MDC context
Capture current MDC context
Attributes
Clean up MDC values after an operation
Clean up MDC values after an operation
Attributes
Create an ExecutionContext that preserves MDC context
Create an ExecutionContext that preserves MDC context
Attributes
Wrap a Future to preserve MDC context
Wrap a Future to preserve MDC context
Attributes
Set MDC context from captured map
Set MDC context from captured map
Attributes
Run a block with specific MDC context
Run a block with specific MDC context
Attributes
Run a block with additional MDC values
Run a block with additional MDC values
Attributes