Search Results for

    Show / Hide Table of Contents

    Interface ITestActorQueueProducer<T>

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

    TBD

    Methods

    | Improve this Doc View Source

    Enqueue(T)

    Adds the specified item to the queue.

    Declaration
    void Enqueue(T item)
    Parameters
    Type Name Description
    T item

    The item.

    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