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