Search Results for

    Show / Hide Table of Contents

    Class CustomRouterConfig

    If a custom router implementation is not a Group nor a Pool it may extend this base class.

    Inheritance
    object
    RouterConfig
    CustomRouterConfig
    Implements
    ISurrogated
    IEquatable<RouterConfig>
    Inherited Members
    RouterConfig.CreateRouter(ActorSystem)
    RouterConfig.RouterDispatcher
    RouterConfig.RoutingLogicController(RoutingLogic)
    RouterConfig.IsManagementMessage(object)
    RouterConfig.StopRouterWhenAllRouteesRemoved
    RouterConfig.WithFallback(RouterConfig)
    RouterConfig.VerifyConfig(ActorPath)
    RouterConfig.ToSurrogate(ActorSystem)
    RouterConfig.Equals(RouterConfig)
    RouterConfig.Equals(object)
    RouterConfig.GetHashCode()
    object.Equals(object, object)
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Akka.Routing
    Assembly: Akka.dll
    Syntax
    public abstract class CustomRouterConfig : RouterConfig, ISurrogated, IEquatable<RouterConfig>

    Constructors

    | Edit this page View Source

    CustomRouterConfig()

    TBD

    Declaration
    protected CustomRouterConfig()
    | Edit this page View Source

    CustomRouterConfig(string)

    TBD

    Declaration
    protected CustomRouterConfig(string routerDispatcher)
    Parameters
    Type Name Description
    string routerDispatcher

    TBD

    Methods

    | Edit this page View Source

    CreateRouterActor()

    The router "head" actor.

    Declaration
    public override ActorBase CreateRouterActor()
    Returns
    Type Description
    ActorBase
    Overrides
    Akka.Routing.RouterConfig.CreateRouterActor()
    Remarks

    WARNING: make sure you know what you're doing before you attempt to implement this method.

    Should only return Akka.Routing.RoutedActorRef types.

    Implements

    ISurrogated
    IEquatable<T>

    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