implicit final class BufferedFlow[In, Out, Mat] extends AnyVal
A copy-paste of com.daml.metrics.InstrumentedGraph.BufferedFlow that allows passing the com.daml.metrics.api.MetricsContext$
It's a temporary fix, since the newest DAML version breaks some tests.
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- BufferedFlow
- AnyVal
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- Any
- final def ##: Int
- Definition Classes
- Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def buffered(counter: Counter, size: Int)(implicit metricsContext: MetricsContext = MetricsContext.Empty): Flow[In, Out, Mat]
- def getClass(): Class[_ <: AnyVal]
- Definition Classes
- AnyVal → Any
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val original: Flow[In, Out, Mat]
- def toString(): String
- Definition Classes
- Any