Click or drag to resize
Akka.NETGraphDsl Class
A graph DSL, which defines an API for building complex graphs. Graph definitions are enclosed within a scope of functions defined by user, using a dedicated GraphDslBuilderT helper to connect specific graph stages with each other.
TBD
Inheritance Hierarchy
SystemObject
  Akka.Streams.DslGraphDsl

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

The GraphDsl type exposes the following members.

Methods
  NameDescription
Public methodStatic memberCreateTShape(FuncGraphDslBuilderNotUsed, TShape)
Public methodStatic memberCreateTShapeOut, TMatOut, TMat0, TMat1, TMat2, TMat3, TShape0, TShape1, TShape2, TShape3(IGraphTShape0, TMat0, IGraphTShape1, TMat1, IGraphTShape2, TMat2, IGraphTShape3, TMat3, FuncTMat0, TMat1, TMat2, TMat3, TMatOut, FuncGraphDslBuilderTMatOut, TShape0, TShape1, TShape2, TShape3, TShapeOut)
Public methodStatic memberCreateTShapeOut, TMatOut, TMat0, TMat1, TMat2, TMat3, TMat4, TShape0, TShape1, TShape2, TShape3, TShape4(IGraphTShape0, TMat0, IGraphTShape1, TMat1, IGraphTShape2, TMat2, IGraphTShape3, TMat3, IGraphTShape4, TMat4, FuncTMat0, TMat1, TMat2, TMat3, TMat4, TMatOut, FuncGraphDslBuilderTMatOut, TShape0, TShape1, TShape2, TShape3, TShape4, TShapeOut)
Public methodStatic memberCreateTShapeOut, TMat, TShape1(IGraphTShape1, TMat, FuncGraphDslBuilderTMat, TShape1, TShapeOut)
Public methodStatic memberCreateTShapeOut, TMatOut, TMat0, TMat1, TShape0, TShape1(IGraphTShape0, TMat0, IGraphTShape1, TMat1, FuncTMat0, TMat1, TMatOut, FuncGraphDslBuilderTMatOut, TShape0, TShape1, TShapeOut)
Public methodStatic memberCreateTShapeOut, TMatOut, TMat0, TMat1, TMat2, TShape0, TShape1, TShape2(IGraphTShape0, TMat0, IGraphTShape1, TMat1, IGraphTShape2, TMat2, FuncTMat0, TMat1, TMat2, TMatOut, FuncGraphDslBuilderTMatOut, TShape0, TShape1, TShape2, TShapeOut)
Public methodStatic memberCreateMaterializedTShape, TMat
Top
See Also