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 GraphDsl. Builder< T> helper to connect specific graph stages with each other.
TBD
Inheritance Hierarchy
System.Object
  Akka.Streams.Dsl.GraphDsl

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 memberCreate<TShape>(Func<GraphDsl.Builder<NotUsed>, TShape>)
Public methodStatic memberCreate<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>)
Public methodStatic memberCreate<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>)
Public methodStatic memberCreate<TShapeOut, TMat, TShape1>(IGraph<TShape1, TMat>, Func<GraphDsl.Builder<TMat>, TShape1, TShapeOut>)
Public methodStatic memberCreate<TShapeOut, TMatOut, TMat0, TMat1, TShape0, TShape1>(IGraph<TShape0, TMat0>, IGraph<TShape1, TMat1>, Func<TMat0, TMat1, TMatOut>, Func<GraphDsl.Builder<TMatOut>, TShape0, TShape1, TShapeOut>)
Public methodStatic memberCreate<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>)
Public methodStatic memberCreateMaterialized<TShape, TMat>
Top
See Also