Click or drag to resize
Akka.NETFlow Class
A Flow is a set of stream processing steps that has one open input and one open output.
Inheritance Hierarchy
SystemObject
  Akka.Streams.DslFlow

Namespace:  Akka.Streams.Dsl
Assembly:  Akka.Streams (in Akka.Streams.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public static class Flow

The Flow type exposes the following members.

Methods
  NameDescription
Public methodStatic memberCreateT
Public methodStatic memberCreateT, TMat
Public methodStatic memberFromFunctionTIn, TOut
Public methodStatic memberFromGraphTIn, TOut, TMat
A graph with the shape of a flow logically is a flow, this method makes it so also in type.
Public methodStatic memberFromProcessorTIn, TOut
Creates flow from the Reactive Streams IProcessor.
Public methodStatic memberFromProcessorMaterializedTIn, TOut, TMat
Creates a Flow from a Reactive Streams IProcessor and returns a materialized value.
Public methodStatic memberFromSinkAndSourceTIn, TOut, TMat(IGraphSinkShapeTIn, TMat, IGraphSourceShapeTOut, TMat)
Public methodStatic memberFromSinkAndSourceTIn, TOut, TMat1, TMat2, TMat(IGraphSinkShapeTIn, TMat1, IGraphSourceShapeTOut, TMat2, FuncTMat1, TMat2, TMat)
Public methodStatic memberIdentityT
TBD
Public methodStatic memberIdentityT, TMat
TBD
Top
See Also