package akkastreams
Ordering
- Alphabetic
Visibility
- Public
- All
Type Members
-
class
ExtractMaterializedValue[T, Mat] extends GraphStageWithMaterializedValue[FlowShape[T, T], Future[Mat]]
Takes the input data, applies the provided transformation function, and completes its materialized value with it.
-
final
case class
ImmutableIterable[T](iterable: Iterable[T]) extends Iterable[T] with Product with Serializable
Added to make akka-streams .mapConcat accept collections parsed from proto.
-
class
MaxInFlight[I, O] extends GraphStage[BidiShape[I, I, O, O]]
Enforces that at most maxInFlight items traverse the flow underneath this one.
Enforces that at most maxInFlight items traverse the flow underneath this one. Requires the flow underneath to always produce 1 output element for 1 input element in order to work correctly. With respect to completion, failure and cancellation, the input and output stream behave like normal
Flows, except that if the output stream is failed, cancelled or completed, the input stream is completed.
Value Members
- object ExtractMaterializedValue
- object MaxInFlight