 | 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
GraphDsl. Builder< T> 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.42 (1.2.3.42)
Syntaxpublic static class GraphDsl
[<AbstractClassAttribute>]
[<SealedAttribute>]
type GraphDsl = class end
The GraphDsl type exposes the following members.
Methods
| Name | Description |
---|
  | Create<TShape>(Func<GraphDsl.Builder<NotUsed>, TShape>) | |
  | Create<TShapeOut, TMatOut, TMat0, TMat1, TMat2, TMat3, TShape0, TShape1, TShape2, TShape3>(IGraph<TShape0, TMat0>, IGraph<TShape1, TMat1>, IGraph<TShape2, TMat2>, IGraph<TShape3, TMat3>, Func<TMat0, TMat1, TMat2, TMat3, TMatOut>, Func<GraphDsl.Builder<TMatOut>, TShape0, TShape1, TShape2, TShape3, TShapeOut>) | |
  | Create<TShapeOut, TMatOut, TMat0, TMat1, TMat2, TMat3, TMat4, TShape0, TShape1, TShape2, TShape3, TShape4>(IGraph<TShape0, TMat0>, IGraph<TShape1, TMat1>, IGraph<TShape2, TMat2>, IGraph<TShape3, TMat3>, IGraph<TShape4, TMat4>, Func<TMat0, TMat1, TMat2, TMat3, TMat4, TMatOut>, Func<GraphDsl.Builder<TMatOut>, TShape0, TShape1, TShape2, TShape3, TShape4, TShapeOut>) | |
  | Create<TShapeOut, TMat, TShape1>(IGraph<TShape1, TMat>, Func<GraphDsl.Builder<TMat>, TShape1, TShapeOut>) | |
  | Create<TShapeOut, TMatOut, TMat0, TMat1, TShape0, TShape1>(IGraph<TShape0, TMat0>, IGraph<TShape1, TMat1>, Func<TMat0, TMat1, TMatOut>, Func<GraphDsl.Builder<TMatOut>, TShape0, TShape1, TShapeOut>) | |
  | Create<TShapeOut, TMatOut, TMat0, TMat1, TMat2, TShape0, TShape1, TShape2>(IGraph<TShape0, TMat0>, IGraph<TShape1, TMat1>, IGraph<TShape2, TMat2>, Func<TMat0, TMat1, TMat2, TMatOut>, Func<GraphDsl.Builder<TMatOut>, TShape0, TShape1, TShape2, TShapeOut>) | |
  | CreateMaterialized<TShape, TMat> | |
Top
See Also