Class TestSourceStage<T, TMat>
Implements
IGraphStageWithMaterializedValue<SourceShape<T>, TMat>
IGraph<SourceShape<T>, TMat>
IGraph<SourceShape<T>>
Inherited Members
Namespace: Akka.Streams.TestKit
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
| Name | Description |
|---|---|
| T | |
| TMat |
Properties
| Edit this page View SourceShape
TBD
Declaration
public override SourceShape<T> Shape { get; }
Property Value
| Type | Description |
|---|---|
| SourceShape<T> |
Overrides
Methods
| Edit this page View SourceCreate(GraphStageWithMaterializedValue<SourceShape<T>, TMat>, TestProbe)
Declaration
public static Source<T, TMat> Create(GraphStageWithMaterializedValue<SourceShape<T>, TMat> stageUnderTest, TestProbe probe)
Parameters
| Type | Name | Description |
|---|---|---|
| GraphStageWithMaterializedValue<SourceShape<T>, TMat> | stageUnderTest | |
| TestProbe | probe |
Returns
| Type | Description |
|---|---|
| Source<T, TMat> |
CreateLogicAndMaterializedValue(Attributes)
TBD
Declaration
public override ILogicAndMaterializedValue<TMat> CreateLogicAndMaterializedValue(Attributes inheritedAttributes)
Parameters
| Type | Name | Description |
|---|---|---|
| Attributes | inheritedAttributes | TBD |
Returns
| Type | Description |
|---|---|
| ILogicAndMaterializedValue<TMat> | TBD |
Edit this page