Class Fusing.FusedGraph<TShape, TMat>
A fused graph of the right shape, containing a FusedModule which holds more information on the operation structure of the contained stream topology for convenient graph traversal.
Inherited Members
Namespace: Akka.Streams
Assembly: Akka.Streams.dll
Syntax
public sealed class FusedGraph<TShape, TMat> : IGraph<TShape, TMat>, IGraph<TShape> where TShape : Shape
Type Parameters
Name | Description |
---|---|
TShape | TBD |
TMat | TBD |
Constructors
| Improve this Doc View SourceFusedGraph(FusedModule, TShape)
TBD
Declaration
public FusedGraph(FusedModule module, TShape shape)
Parameters
Type | Name | Description |
---|---|---|
FusedModule | module | TBD |
TShape | shape | TBD |
Exceptions
Type | Condition |
---|---|
ArgumentException | TBD |
Properties
| Improve this Doc View SourceModule
TBD
Declaration
public IModule Module { get; }
Property Value
Type | Description |
---|---|
IModule |
Shape
TBD
Declaration
public TShape Shape { get; }
Property Value
Type | Description |
---|---|
TShape |
Methods
| Improve this Doc View SourceAddAttributes(Attributes)
TBD
Declaration
public IGraph<TShape, TMat> AddAttributes(Attributes attributes)
Parameters
Type | Name | Description |
---|---|---|
Attributes | attributes | TBD |
Returns
Type | Description |
---|---|
IGraph<TShape, TMat> | TBD |
Async()
TBD
Declaration
public IGraph<TShape, TMat> Async()
Returns
Type | Description |
---|---|
IGraph<TShape, TMat> | TBD |
Named(String)
TBD
Declaration
public IGraph<TShape, TMat> Named(string name)
Parameters
Type | Name | Description |
---|---|---|
String | name | TBD |
Returns
Type | Description |
---|---|
IGraph<TShape, TMat> | TBD |
WithAttributes(Attributes)
TBD
Declaration
public IGraph<TShape, TMat> WithAttributes(Attributes attributes)
Parameters
Type | Name | Description |
---|---|---|
Attributes | attributes | TBD |
Returns
Type | Description |
---|---|
IGraph<TShape, TMat> | TBD |