Class EmptySource<TOut>
INTERNAL API
Implements
IGraph<SourceShape<TOut>>
Inherited Members
Namespace: Akka.Streams.Implementation
Assembly: Akka.Streams.dll
Syntax
public sealed class EmptySource<TOut> : GraphStage<SourceShape<TOut>>, IGraphStageWithMaterializedValue<SourceShape<TOut>, NotUsed>, IGraph<SourceShape<TOut>, NotUsed>, IGraph<SourceShape<TOut>>
Type Parameters
Name | Description |
---|---|
TOut |
Constructors
| Edit this page View SourceEmptySource()
Declaration
public EmptySource()
Properties
| Edit this page View SourceInitialAttributes
TBD
Declaration
protected override Attributes InitialAttributes { get; }
Property Value
Type | Description |
---|---|
Attributes |
Overrides
| Edit this page View SourceOut
Declaration
public Outlet<TOut> Out { get; }
Property Value
Type | Description |
---|---|
Outlet<TOut> |
Shape
TBD
Declaration
public override SourceShape<TOut> Shape { get; }
Property Value
Type | Description |
---|---|
SourceShape<TOut> |
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 |
Overrides
| Edit this page View SourceToString()
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
string |