Search Results for

    Show / Hide Table of Contents

    Class Deployer

    Used to configure and deploy actors.

    Inheritance
    object
    Deployer
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Akka.Actor
    Assembly: Akka.dll
    Syntax
    public class Deployer

    Constructors

    | Edit this page View Source

    Deployer(Settings)

    Initializes a new instance of the Deployer class.

    Declaration
    public Deployer(Settings settings)
    Parameters
    Type Name Description
    Settings settings

    The settings used to configure the deployer.

    Fields

    | Edit this page View Source

    Default

    TBD

    Declaration
    protected readonly Config Default
    Field Value
    Type Description
    Config

    Methods

    | Edit this page View Source

    Lookup(ActorPath)

    TBD

    Declaration
    public Deploy Lookup(ActorPath path)
    Parameters
    Type Name Description
    ActorPath path

    TBD

    Returns
    Type Description
    Deploy

    TBD

    | Edit this page View Source

    Lookup(IEnumerable<string>)

    TBD

    Declaration
    public Deploy Lookup(IEnumerable<string> path)
    Parameters
    Type Name Description
    IEnumerable<string> path

    TBD

    Returns
    Type Description
    Deploy

    TBD

    | Edit this page View Source

    ParseConfig(string, Config)

    Creates an actor deployment to the supplied path, key, using the supplied configuration, config.

    Declaration
    public virtual Deploy ParseConfig(string key, Config config)
    Parameters
    Type Name Description
    string key

    The path used to deploy the actor.

    Config config

    The configuration used to configure the deployed actor.

    Returns
    Type Description
    Deploy

    A configured actor deployment to the given path.

    | Edit this page View Source

    SetDeploy(Deploy)

    TBD

    Declaration
    public void SetDeploy(Deploy deploy)
    Parameters
    Type Name Description
    Deploy deploy

    TBD

    Exceptions
    Type Condition
    IllegalActorNameException

    This exception is thrown if the actor name in the deployment path is empty or contains invalid ASCII. Valid ASCII includes letters and anything from ValidSymbols. Note that paths cannot start with the $.

    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