Click or drag to resize
Akka.NETIGraphTShape Interface

[Missing <summary> documentation for "T:Akka.Streams.IGraph`1"]

Namespace:  Akka.Streams
Assembly:  Akka.Streams (in Akka.Streams.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public interface IGraph<out TShape>
where TShape : Shape

Type Parameters

TShape
Type-level accessor for the shape parameter of this graph.

The IGraphTShape type exposes the following members.

Properties
  NameDescription
Public propertyModule
INTERNAL API: Every materializable element must be backed by a stream layout module
Public propertyShape
The shape of a graph is all that is externally visible: its inlets and outlets.
Top
See Also