Search Results for

    Show / Hide Table of Contents

    Class TestSubscriber

    Inheritance
    object
    TestSubscriber
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Akka.Streams.TestKit
    Assembly: Akka.Streams.TestKit.dll
    Syntax
    public static class TestSubscriber

    Methods

    | Edit this page View Source

    CreateManualSubscriberProbe<T>(TestKitBase)

    Declaration
    public static TestSubscriber.ManualProbe<T> CreateManualSubscriberProbe<T>(this TestKitBase testKit)
    Parameters
    Type Name Description
    TestKitBase testKit
    Returns
    Type Description
    TestSubscriber.ManualProbe<T>
    Type Parameters
    Name Description
    T
    | Edit this page View Source

    CreateSubscriberProbe<T>(TestKitBase)

    Declaration
    public static TestSubscriber.Probe<T> CreateSubscriberProbe<T>(this TestKitBase testKit)
    Parameters
    Type Name Description
    TestKitBase testKit
    Returns
    Type Description
    TestSubscriber.Probe<T>
    Type Parameters
    Name Description
    T
    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