Search Results for

    Show / Hide Table of Contents

    Interface ITestActorQueue<T>

    Note! Part of internal API. Breaking changes may occur without notice. Use at own risk.
    Inherited Members
    ITestActorQueueProducer<T>.Enqueue(T)
    Namespace: Akka.TestKit.Internal
    Assembly: Akka.TestKit.dll
    Syntax
    public interface ITestActorQueue<T> : ITestActorQueueProducer<T>
    Type Parameters
    Name Description
    T

    TBD

    Methods

    | Improve this Doc View Source

    GetAll()

    Get all messages.

    Declaration
    IEnumerable<T> GetAll()
    Returns
    Type Description
    IEnumerable<T>

    TBD

    | Improve this Doc View Source

    ToList()

    Copies all the items from the ITestActorQueue<T> instance into a new List<T>

    Declaration
    [Obsolete("This method will be removed in the future")]
    List<T> ToList()
    Returns
    Type Description
    List<T>

    TBD

    Extension Methods

    ObjectExtensions.IsDefaultForType<T>(T)
    ObjectExtensions.AsOption<T>(T)
    Extensions.AsInstanceOf<T>(Object)
    In This Article
    • githubImprove this Doc
    • 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