Search Results for

    Show / Hide Table of Contents

    Interface IRequiresMessageQueue<T>

    Interface to signal that an Actor requires a certain type of message queue semantics.

    The mailbox type will be looked up by mapping the type T via akka.actor.mailbox.requirements in the config, to a mailbox configuration. If no mailbox is assigned on Props or in deployment config then this one will be used.

    The queue type of the created mailbox will be checked against the type T and actor creation will fail if it doesn't fulfill the requirements.

    Namespace: Akka.Dispatch
    Assembly: Akka.dll
    Syntax
    public interface IRequiresMessageQueue<T> where T : ISemantics
    Type Parameters
    Name Description
    T

    The type of ISemantics required

    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