Class TaskFlattenSource<T, M>
Inheritance
TaskFlattenSource<T, M>
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
|
Improve this Doc
View Source
TaskFlattenSource(Task<Source<T, M>>)
Declaration
public TaskFlattenSource(Task<Source<T, M>> taskSource)
Parameters
Type |
Name |
Description |
Task<Source<T, M>> |
taskSource |
|
Fields
|
Improve this Doc
View Source
Outlet
Declaration
public readonly Outlet<T> Outlet
Field Value
Properties
|
Improve this Doc
View Source
InitialAttributes
Declaration
protected override Attributes InitialAttributes { get; }
Property Value
Overrides
Akka.Streams.Stage.GraphStageWithMaterializedValue<Akka.Streams.SourceShape<T>, System.Threading.Tasks.Task<M>>.InitialAttributes
|
Improve this Doc
View Source
Shape
Declaration
public override SourceShape<T> Shape { get; }
Property Value
Overrides
Akka.Streams.Stage.GraphStageWithMaterializedValue<Akka.Streams.SourceShape<T>, System.Threading.Tasks.Task<M>>.Shape
Methods
|
Improve this Doc
View Source
CreateLogicAndMaterializedValue(Attributes)
Declaration
public override ILogicAndMaterializedValue<Task<M>> CreateLogicAndMaterializedValue(Attributes inheritedAttributes)
Parameters
Type |
Name |
Description |
Attributes |
inheritedAttributes |
|
Returns
Overrides
Akka.Streams.Stage.GraphStageWithMaterializedValue<Akka.Streams.SourceShape<T>, System.Threading.Tasks.Task<M>>.CreateLogicAndMaterializedValue(Akka.Streams.Attributes)
|
Improve this Doc
View Source
ToString()
Declaration
public override string ToString()
Returns
Overrides
Implements
Extension Methods