| GraphDsl 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
Namespace:
Akka.Streams.Dsl
Assembly:
Akka.Streams (in Akka.Streams.dll) Version: 1.2.3.129 (1.2.3.129)
Syntax public static class GraphDsl
[<AbstractClassAttribute>]
[<SealedAttribute>]
type GraphDsl = class end
The GraphDsl type exposes the following members.
Methods
| Name | Description |
---|
| CreateTShape(FuncGraphDslBuilderNotUsed, TShape) | |
| CreateTShapeOut, 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) | |
| CreateTShapeOut, 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) | |
| CreateTShapeOut, TMat, TShape1(IGraphTShape1, TMat, FuncGraphDslBuilderTMat, TShape1, TShapeOut) | |
| CreateTShapeOut, TMatOut, TMat0, TMat1, TShape0, TShape1(IGraphTShape0, TMat0, IGraphTShape1, TMat1, FuncTMat0, TMat1, TMatOut, FuncGraphDslBuilderTMatOut, TShape0, TShape1, TShapeOut) | |
| CreateTShapeOut, TMatOut, TMat0, TMat1, TMat2, TShape0, TShape1, TShape2(IGraphTShape0, TMat0, IGraphTShape1, TMat1, IGraphTShape2, TMat2, FuncTMat0, TMat1, TMat2, TMatOut, FuncGraphDslBuilderTMatOut, TShape0, TShape1, TShape2, TShapeOut) | |
| CreateMaterializedTShape, TMat | |
TopSee Also