Class EmptySource<TOut>
Inheritance
EmptySource<TOut>
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
Constructors
|
Improve this Doc
View Source
EmptySource()
Declaration
Properties
|
Improve this Doc
View Source
InitialAttributes
Declaration
protected override Attributes InitialAttributes { get; }
Property Value
Overrides
Akka.Streams.Stage.GraphStageWithMaterializedValue<Akka.Streams.SourceShape<TOut>, Akka.NotUsed>.InitialAttributes
|
Improve this Doc
View Source
Out
Declaration
public Outlet<TOut> Out { get; }
Property Value
|
Improve this Doc
View Source
Shape
Declaration
public override SourceShape<TOut> Shape { get; }
Property Value
Overrides
Akka.Streams.Stage.GraphStageWithMaterializedValue<Akka.Streams.SourceShape<TOut>, Akka.NotUsed>.Shape
Methods
|
Improve this Doc
View Source
CreateLogic(Attributes)
Declaration
protected override GraphStageLogic CreateLogic(Attributes inheritedAttributes)
Parameters
Type |
Name |
Description |
Attributes |
inheritedAttributes |
|
Returns
Overrides
Akka.Streams.Stage.GraphStage<Akka.Streams.SourceShape<TOut>>.CreateLogic(Akka.Streams.Attributes)
|
Improve this Doc
View Source
ToString()
Declaration
public override string ToString()
Returns
Overrides
Implements
Extension Methods