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
| Improve this Doc View SourceCreateLogicAndMaterializedValue(Attributes)
TBD
Declaration
ILogicAndMaterializedValue<TMaterialized> CreateLogicAndMaterializedValue(Attributes attributes)
Parameters
Type | Name | Description |
---|---|---|
Attributes | attributes | TBD |
Returns
Type | Description |
---|---|
ILogicAndMaterializedValue<TMaterialized> | TBD |