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
| Improve this Doc View SourceSingleSource(T)
TBD
Declaration
public SingleSource(T element)
Parameters
Type | Name | Description |
---|---|---|
T | element | 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)