Class GraphStageWithMaterializedValue<TShape, TMaterialized>
TBD
Inheritance
GraphStageWithMaterializedValue<TShape, TMaterialized>
Implements
IGraphStageWithMaterializedValue<TShape, TMaterialized>
IGraph<TShape, TMaterialized>
IGraph<TShape>
Inherited Members
Namespace: Akka.Streams.Stage
Assembly: Akka.Streams.dll
Syntax
public abstract class GraphStageWithMaterializedValue<TShape, TMaterialized> : IGraphStageWithMaterializedValue<TShape, TMaterialized>, IGraph<TShape, TMaterialized>, IGraph<TShape> where TShape : Shape
Type Parameters
Name | Description |
---|---|
TShape | TBD |
TMaterialized | TBD |
Constructors
| Improve this Doc View SourceGraphStageWithMaterializedValue()
TBD
Declaration
protected GraphStageWithMaterializedValue()
Properties
| Improve this Doc View SourceInitialAttributes
TBD
Declaration
protected virtual Attributes InitialAttributes { get; }
Property Value
Type | Description |
---|---|
Attributes |
Module
TBD
Declaration
public IModule Module { get; }
Property Value
Type | Description |
---|---|
IModule |
Shape
TBD
Declaration
public abstract TShape Shape { get; }
Property Value
Type | Description |
---|---|
TShape |
Methods
| Improve this Doc View SourceAddAttributes(Attributes)
TBD
Declaration
public IGraph<TShape, TMaterialized> AddAttributes(Attributes attributes)
Parameters
Type | Name | Description |
---|---|---|
Attributes | attributes | TBD |
Returns
Type | Description |
---|---|
IGraph<TShape, TMaterialized> | TBD |
Async()
TBD
Declaration
public IGraph<TShape, TMaterialized> Async()
Returns
Type | Description |
---|---|
IGraph<TShape, TMaterialized> | TBD |
CreateLogicAndMaterializedValue(Attributes)
TBD
Declaration
public abstract ILogicAndMaterializedValue<TMaterialized> CreateLogicAndMaterializedValue(Attributes inheritedAttributes)
Parameters
Type | Name | Description |
---|---|---|
Attributes | inheritedAttributes | TBD |
Returns
Type | Description |
---|---|
ILogicAndMaterializedValue<TMaterialized> | TBD |
Named(String)
TBD
Declaration
public IGraph<TShape, TMaterialized> Named(string name)
Parameters
Type | Name | Description |
---|---|---|
String | name | TBD |
Returns
Type | Description |
---|---|
IGraph<TShape, TMaterialized> | TBD |
WithAttributes(Attributes)
TBD
Declaration
public IGraph<TShape, TMaterialized> WithAttributes(Attributes attributes)
Parameters
Type | Name | Description |
---|---|---|
Attributes | attributes | TBD |
Returns
Type | Description |
---|---|
IGraph<TShape, TMaterialized> | TBD |