Search Results for

    Show / Hide Table of Contents

    Class BootstrapSetup

    Core bootstrap settings for the ActorSystem, which can be created using one of the static factory methods on this class.

    Inheritance
    object
    Setup
    BootstrapSetup
    Inherited Members
    Setup.And(Setup)
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Akka.Actor
    Assembly: Akka.dll
    Syntax
    public sealed class BootstrapSetup : Setup

    Properties

    | Edit this page View Source

    ActorRefProvider

    Overrides the 'akka.actor.provider' setting in config. Can be 'local' (default), 'remote', or cluster.

    It can also be the fully qualified class name of an ActorRefProvider.

    Declaration
    public Option<ProviderSelection> ActorRefProvider { get; }
    Property Value
    Type Description
    Option<ProviderSelection>
    | Edit this page View Source

    Config

    Configuration to use for the ActorSystem. If no Config is given, the default reference configuration will be loaded via Load().

    Declaration
    public Option<Config> Config { get; }
    Property Value
    Type Description
    Option<Config>

    Methods

    | Edit this page View Source

    Create()

    Create a new BootstrapSetup instance.

    Declaration
    public static BootstrapSetup Create()
    Returns
    Type Description
    BootstrapSetup
    | Edit this page View Source

    WithActorRefProvider(ProviderSelection)

    Declaration
    public BootstrapSetup WithActorRefProvider(ProviderSelection name)
    Parameters
    Type Name Description
    ProviderSelection name
    Returns
    Type Description
    BootstrapSetup
    | Edit this page View Source

    WithConfig(Config)

    Declaration
    public BootstrapSetup WithConfig(Config config)
    Parameters
    Type Name Description
    Config config
    Returns
    Type Description
    BootstrapSetup
    | Edit this page View Source

    WithConfigFallback(Config)

    Declaration
    public BootstrapSetup WithConfigFallback(Config config)
    Parameters
    Type Name Description
    Config config
    Returns
    Type Description
    BootstrapSetup

    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