Class TestSourceStage<T, TMat>
Inheritance
TestSourceStage<T, TMat>
Assembly: Akka.Streams.TestKit.dll
Syntax
public sealed class TestSourceStage<T, TMat> : GraphStageWithMaterializedValue<SourceShape<T>, TMat>, IGraphStageWithMaterializedValue<SourceShape<T>, TMat>, IGraph<SourceShape<T>, TMat>, IGraph<SourceShape<T>>
Type Parameters
Properties
|
Improve this Doc
View Source
Shape
Declaration
public override SourceShape<T> Shape { get; }
Property Value
Overrides
Akka.Streams.Stage.GraphStageWithMaterializedValue<Akka.Streams.SourceShape<T>, TMat>.Shape
Methods
|
Improve this Doc
View Source
Create(GraphStageWithMaterializedValue<SourceShape<T>, TMat>, TestProbe)
Declaration
public static Source<T, TMat> Create(GraphStageWithMaterializedValue<SourceShape<T>, TMat> stageUnderTest, TestProbe probe)
Parameters
Returns
Type |
Description |
Source<T, TMat> |
|
|
Improve this Doc
View Source
CreateLogicAndMaterializedValue(Attributes)
Declaration
public override ILogicAndMaterializedValue<TMat> CreateLogicAndMaterializedValue(Attributes inheritedAttributes)
Parameters
Type |
Name |
Description |
Attributes |
inheritedAttributes |
|
Returns
Overrides
Akka.Streams.Stage.GraphStageWithMaterializedValue<Akka.Streams.SourceShape<T>, TMat>.CreateLogicAndMaterializedValue(Akka.Streams.Attributes)
Implements
Extension Methods