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 : ShapeType Parameters
| Name | Description | 
|---|---|
| TShape | TBD | 
| TMaterialized | TBD | 
Constructors
| Edit this page View SourceGraphStageWithMaterializedValue()
TBD
Declaration
protected GraphStageWithMaterializedValue()Properties
| Edit this page 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
| Edit this page 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 | 
 Edit this page
Edit this page