Packages

package context

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. sealed trait ContextStorage extends AnyRef
  2. trait IncomingContextCarrier[T] extends ContextCarrier[T] with TextMapGetter[T]

    The wrapper for the context data from the external process.

  3. 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

Ungrouped