Class SingleSource<T>
TBD
Inheritance
SingleSource<T>
Implements
IGraph<SourceShape<T>>
Inherited Members
Namespace: Akka.Streams.Implementation.Fusing
Assembly: Akka.Streams.dll
Syntax
public sealed class SingleSource<T> : GraphStage<SourceShape<T>>, IGraphStageWithMaterializedValue<SourceShape<T>, NotUsed>, IGraph<SourceShape<T>, NotUsed>, IGraph<SourceShape<T>>
Type Parameters
| Name | Description |
|---|---|
| T | TBD |
Constructors
| Edit this page View SourceSingleSource(T)
TBD
Declaration
public SingleSource(T element)
Parameters
| Type | Name | Description |
|---|---|---|
| T | element | TBD |
Fields
| Edit this page View SourceOutlet
TBD
Declaration
public readonly Outlet<T> Outlet
Field Value
| Type | Description |
|---|---|
| Outlet<T> |
Properties
| 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 SourceCreateLogic(Attributes)
TBD
Declaration
protected override GraphStageLogic CreateLogic(Attributes inheritedAttributes)
Parameters
| Type | Name | Description |
|---|---|---|
| Attributes | inheritedAttributes | TBD |
Returns
| Type | Description |
|---|---|
| GraphStageLogic | TBD |
Edit this page