Search Results for

    Show / Hide Table of Contents

    Class Deploy.DeploySurrogate

    This class represents a surrogate of a Deploy configuration object. Its main use is to help during the serialization process.

    Inheritance
    object
    Deploy.DeploySurrogate
    Implements
    ISurrogate
    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 Deploy.DeploySurrogate : ISurrogate

    Properties

    | Edit this page View Source

    Config

    The configuration used for this deployment.

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

    Dispatcher

    The dispatcher used in this deployment.

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

    Mailbox

    The mailbox configured for the actor used in this deployment.

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

    Path

    The path where the actor is deployed.

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

    RouterConfig

    The router used for this deployment.

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

    Scope

    The scope bound to this deployment.

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

    StashCapacity

    The size of the stash used in this deployment.

    Declaration
    public int StashCapacity { get; set; }
    Property Value
    Type Description
    int

    Methods

    | Edit this page View Source

    FromSurrogate(ActorSystem)

    Creates a Deploy encapsulated by this surrogate.

    Declaration
    public ISurrogated FromSurrogate(ActorSystem system)
    Parameters
    Type Name Description
    ActorSystem system

    The actor system that owns this router.

    Returns
    Type Description
    ISurrogated

    The Deploy encapsulated by this surrogate.

    Implements

    ISurrogate

    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