Class TaskFlattenSource<T, M>
TBD
Implements
IGraph<SourceShape<T>>
Inherited Members
Namespace: Akka.Streams.Implementation.Fusing
Assembly: Akka.Streams.dll
Syntax
public sealed class TaskFlattenSource<T, M> : GraphStageWithMaterializedValue<SourceShape<T>, Task<M>>, IGraphStageWithMaterializedValue<SourceShape<T>, Task<M>>, IGraph<SourceShape<T>, Task<M>>, IGraph<SourceShape<T>>
Type Parameters
Name | Description |
---|---|
T | TBD |
M | TBD |
Constructors
| Edit this page View SourceTaskFlattenSource(Task<Source<T, M>>)
Declaration
public TaskFlattenSource(Task<Source<T, M>> taskSource)
Parameters
Type | Name | Description |
---|---|---|
Task<Source<T, M>> | taskSource |
Fields
| Edit this page View SourceOutlet
Declaration
public readonly Outlet<T> Outlet
Field Value
Type | Description |
---|---|
Outlet<T> |
Properties
| Edit this page View SourceInitialAttributes
TBD
Declaration
protected override Attributes InitialAttributes { get; }
Property Value
Type | Description |
---|---|
Attributes |
Overrides
| Edit this page View SourceShape
TBD
Declaration
public override SourceShape<T> Shape { get; }
Property Value
Type | Description |
---|---|
SourceShape<T> |
Overrides
Methods
| Edit this page View SourceCreateLogicAndMaterializedValue(Attributes)
TBD
Declaration
public override ILogicAndMaterializedValue<Task<M>> CreateLogicAndMaterializedValue(Attributes inheritedAttributes)
Parameters
Type | Name | Description |
---|---|---|
Attributes | inheritedAttributes | TBD |
Returns
Type | Description |
---|---|
ILogicAndMaterializedValue<Task<M>> | TBD |
Overrides
GraphStageWithMaterializedValue<SourceShape<T>, Task<M>>.CreateLogicAndMaterializedValue(Attributes)
|
Edit this page
View Source
ToString()
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
string |