Uses of Class
ai.acolite.agentsdk.core.tracing.TraceContextState
Packages that use TraceContextState
Package
Description
Distributed tracing and observability for agent execution.
-
Uses of TraceContextState in ai.acolite.agentsdk.core.tracing
Methods in ai.acolite.agentsdk.core.tracing that return TraceContextStateModifier and TypeMethodDescriptionstatic TraceContextStateTraceContext.captureState()Capture the current context state for propagation to another thread.TraceContextState.copy()Create a copy of this state for propagation to another threadMethods in ai.acolite.agentsdk.core.tracing with parameters of type TraceContextStateModifier and TypeMethodDescriptionstatic voidTraceContext.restoreState(TraceContextState state) Restore a previously captured context state.