Show / Hide Table of Contents

    Class BootstrapSetup

    Core boostrap 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)
    Namespace: Akka.Actor
    Assembly: Akka.dll
    Syntax
    public sealed class BootstrapSetup : Setup

    Properties

    | Improve this Doc 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>
    | Improve this Doc 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

    | Improve this Doc View Source

    Create()

    Create a new BootstrapSetup instance.

    Declaration
    public static BootstrapSetup Create()
    Returns
    Type Description
    BootstrapSetup
    | Improve this Doc View Source

    WithActorRefProvider(ProviderSelection)

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

    WithConfig(Config)

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

    WithConfigFallback(Config)

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

    Extension Methods

    PatternMatch.Match(Object)
    PatternMatch.Match<T>(Object)
    ObjectExtensions.AsOption<T>(T)
    Extensions.AsInstanceOf<T>(Object)
    ObjectExtensions.IsDefaultForType<T>(T)
    • Improve this Doc
    • View Source
    Back to top Copyright © 2013-2021 Akka.NET project
    Generated by DocFX