Class TaskSource<T>
TBD
Inheritance
TaskSource<T>
Implements
IGraph<SourceShape<T>>
Inherited Members
Namespace: Akka.Streams.Implementation.Fusing
Assembly: Akka.Streams.dll
Syntax
public sealed class TaskSource<T> : GraphStage<SourceShape<T>>, IGraphStageWithMaterializedValue<SourceShape<T>, NotUsed>, IGraph<SourceShape<T>, NotUsed>, IGraph<SourceShape<T>>
Type Parameters
Name | Description |
---|---|
T | TBD |
Constructors
| Improve this Doc View SourceTaskSource(Task<T>)
TBD
Declaration
public TaskSource(Task<T> task)
Parameters
Type | Name | Description |
---|---|---|
Task<T> | task | TBD |
Fields
| Improve this Doc View SourceOutlet
TBD
Declaration
public readonly Outlet<T> Outlet
Field Value
Type | Description |
---|---|
Outlet<T> |
Properties
| Improve this Doc View SourceShape
TBD
Declaration
public override SourceShape<T> Shape { get; }
Property Value
Type | Description |
---|---|
SourceShape<T> |
Overrides
Akka.Streams.Stage.GraphStageWithMaterializedValue<Akka.Streams.SourceShape<T>, Akka.NotUsed>.Shape
Methods
| Improve this Doc View SourceCreateLogic(Attributes)
TBD
Declaration
protected override GraphStageLogic CreateLogic(Attributes inheritedAttributes)
Parameters
Type | Name | Description |
---|---|---|
Attributes | inheritedAttributes | TBD |
Returns
Type | Description |
---|---|
GraphStageLogic | TBD |
Overrides
Akka.Streams.Stage.GraphStage<Akka.Streams.SourceShape<T>>.CreateLogic(Akka.Streams.Attributes)
|
Improve this Doc
View Source
ToString()
TBD
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
String | TBD |