Search Results for

    Show / Hide Table of Contents

    Class TestSourceStage<T, TMat>

    Inheritance
    object
    GraphStageWithMaterializedValue<SourceShape<T>, TMat>
    TestSourceStage<T, TMat>
    Implements
    IGraphStageWithMaterializedValue<SourceShape<T>, TMat>
    IGraph<SourceShape<T>, TMat>
    IGraph<SourceShape<T>>
    Inherited Members
    GraphStageWithMaterializedValue<SourceShape<T>, TMat>.Shape
    GraphStageWithMaterializedValue<SourceShape<T>, TMat>.WithAttributes(Attributes)
    GraphStageWithMaterializedValue<SourceShape<T>, TMat>.CreateLogicAndMaterializedValue(Attributes)
    GraphStageWithMaterializedValue<SourceShape<T>, TMat>.Module
    GraphStageWithMaterializedValue<SourceShape<T>, TMat>.AddAttributes(Attributes)
    GraphStageWithMaterializedValue<SourceShape<T>, TMat>.Named(string)
    GraphStageWithMaterializedValue<SourceShape<T>, TMat>.Async()
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.ReferenceEquals(object, object)
    object.ToString()
    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 Source

    Shape

    TBD

    Declaration
    public override SourceShape<T> Shape { get; }
    Property Value
    Type Description
    SourceShape<T>
    Overrides
    GraphStageWithMaterializedValue<SourceShape<T>, TMat>.Shape

    Methods

    | Edit this page View Source

    Create(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>
    | Edit this page View Source

    CreateLogicAndMaterializedValue(Attributes)

    TBD

    Declaration
    public override ILogicAndMaterializedValue<TMat> CreateLogicAndMaterializedValue(Attributes inheritedAttributes)
    Parameters
    Type Name Description
    Attributes inheritedAttributes

    TBD

    Returns
    Type Description
    ILogicAndMaterializedValue<TMat>

    TBD

    Overrides
    GraphStageWithMaterializedValue<SourceShape<T>, TMat>.CreateLogicAndMaterializedValue(Attributes)

    Implements

    IGraphStageWithMaterializedValue<TShape, TMaterialized>
    IGraph<TShape, TMaterialized>
    IGraph<TShape>

    Extension Methods

    ObjectExtensions.IsDefaultForType<T>(T)
    ObjectExtensions.AsOption<T>(T)
    Extensions.AsInstanceOf<T>(object)
    In this article
    • githubEdit this page
    • View Source
    Back to top
    Contribute
    • Project Chat
    • Discussion Forum
    • Source Code
    Support
    • Akka.NET Support Plans
    • Akka.NET Observability Tools
    • Akka.NET Training & Consulting
    Maintained By
    • Petabridge - The Akka.NET Company
    • Learn Akka.NET