package context
Ordering
- Alphabetic
Visibility
- Public
- All
Type Members
-
sealed
trait
ContextStorage extends AnyRef
An interface crafted to offer abstraction from the approach of context propagation.
-
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 IncomingContextCarrier
- object OutgoingContextCarrier