Click or drag to resize
Akka.NETSourceFromGraphT, TMat Method
A graph with the shape of a source logically is a source, this method makes it so also in type.

Namespace:  Akka.Streams.Dsl
Assembly:  Akka.Streams (in Akka.Streams.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public static Source<T, TMat> FromGraph<T, TMat>(
	IGraph<SourceShape<T>, TMat> source
)

Parameters

source
Type: Akka.StreamsIGraphSourceShapeT, TMat
TBD

Type Parameters

T
TBD
TMat
TBD

Return Value

Type: SourceT, TMat
TBD
See Also