package context
Ordering
- Alphabetic
Visibility
- Public
- Protected
Type Members
- trait ContextStorage extends AnyRef
- trait IncomingContextCarrier[T] extends ContextCarrier[T] with TextMapGetter[T]
The wrapper for the context data from the external process.
- trait OutgoingContextCarrier[T] extends ContextCarrier[T] with TextMapSetter[T]
The wrapper for the context data to propagate to an external process.
The wrapper for the context data to propagate to an external process.
- T
must be mutable
Value Members
- object ContextStorage
- object IncomingContextCarrier
- object OutgoingContextCarrier