Search Results for

    Show / Hide Table of Contents

    Class MessageDispatcherConfigurator

    Base class used for hooking new MessageDispatcher types into Dispatchers

    Inheritance
    object
    MessageDispatcherConfigurator
    DispatcherConfigurator
    CallingThreadDispatcherConfigurator
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Akka.Dispatch
    Assembly: Akka.dll
    Syntax
    public abstract class MessageDispatcherConfigurator

    Constructors

    | Edit this page View Source

    MessageDispatcherConfigurator(Config, IDispatcherPrerequisites)

    Takes a Config object, usually passed in via Config

    Declaration
    protected MessageDispatcherConfigurator(Config config, IDispatcherPrerequisites prerequisites)
    Parameters
    Type Name Description
    Config config

    TBD

    IDispatcherPrerequisites prerequisites

    TBD

    Properties

    | Edit this page View Source

    Config

    System-wide configuration

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

    Prerequisites

    The system prerequisites needed for this dispatcher to do its job

    Declaration
    public IDispatcherPrerequisites Prerequisites { get; }
    Property Value
    Type Description
    IDispatcherPrerequisites

    Methods

    | Edit this page View Source

    ConfigureExecutor()

    Configures the Akka.Dispatch.ExecutorServiceConfigurator that will be used inside this dispatcher.

    Declaration
    protected ExecutorServiceConfigurator ConfigureExecutor()
    Returns
    Type Description
    ExecutorServiceConfigurator

    The requested Akka.Dispatch.ExecutorServiceConfigurator instance.

    Exceptions
    Type Condition
    ConfigurationException

    This exception is thrown if a custom ExecutorServiceConfiguration implementation cannot be loaded.

    | Edit this page View Source

    Dispatcher()

    Returns a Dispatcher() instance.

    Whether or not this MessageDispatcherConfigurator returns a new instance or returns a reference to an existing instance is an implementation detail of the underlying implementation.

    Declaration
    public abstract MessageDispatcher Dispatcher()
    Returns
    Type Description
    MessageDispatcher

    TBD

    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