Interface IGraphStageWithMaterializedValue<TShape, TMaterialized>
TBD
Inherited Members
Namespace: Akka.Streams.Stage
Assembly: Akka.Streams.dll
Syntax
public interface IGraphStageWithMaterializedValue<out TShape, out TMaterialized> : IGraph<TShape, TMaterialized>, IGraph<TShape> where TShape : Shape
Type Parameters
| Name | Description |
|---|---|
| TShape | TBD |
| TMaterialized | TBD |
Methods
| Edit this page View SourceCreateLogicAndMaterializedValue(Attributes)
TBD
Declaration
ILogicAndMaterializedValue<out TMaterialized> CreateLogicAndMaterializedValue(Attributes attributes)
Parameters
| Type | Name | Description |
|---|---|---|
| Attributes | attributes | TBD |
Returns
| Type | Description |
|---|---|
| ILogicAndMaterializedValue<TMaterialized> | TBD |
Edit this page