Packages

package context

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Type Members

  1. sealed trait ContextStorage extends AnyRef

    An interface crafted to offer abstraction from the approach of context propagation.

  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