package scala
Ordering
- Alphabetic
Visibility
- Public
- All
Type Members
-
class
FutureChainingInstrumentation extends InstrumentationBuilder
Ensures that chained transformations on Scala Futures (e.g.
Ensures that chained transformations on Scala Futures (e.g. future.map(...).flatmap(...)) will propagate the context set on each transformation to the next transformation.
Value Members
- object CallbackRunnableRunInstrumentation
- object CleanContextFromSeedFuture
- object CopyContextFromArgumentToResult
- object CopyCurrentContextToArgument
- object ScalaFutureInstrumentation