Click or drag to resize
Akka.NETFlow Methods

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