Search Results for

    Show / Hide Table of Contents

    Interface IDispatcherPrerequisites

    Contextual information that's useful for dispatchers

    Namespace: Akka.Dispatch
    Assembly: Akka.dll
    Syntax
    public interface IDispatcherPrerequisites

    Properties

    | Edit this page View Source

    EventStream

    The EventStream that belongs to the current ActorSystem.

    Declaration
    EventStream EventStream { get; }
    Property Value
    Type Description
    EventStream
    | Edit this page View Source

    Mailboxes

    The list of registered Mailboxes for the current ActorSystem.

    Declaration
    Mailboxes Mailboxes { get; }
    Property Value
    Type Description
    Mailboxes
    | Edit this page View Source

    Scheduler

    The IScheduler that belongs to the current ActorSystem.

    Declaration
    IScheduler Scheduler { get; }
    Property Value
    Type Description
    IScheduler
    | Edit this page View Source

    Settings

    The Settings for the current ActorSystem.

    Declaration
    Settings Settings { get; }
    Property Value
    Type Description
    Settings

    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