Search Results for

    Show / Hide Table of Contents

    Class Setup

    Marker base class for a setup part that can be put inside ActorSystemSetup, if a specific concrete setup is not specified in the actor system setup that means defaults are used(usually from the config file) - no concrete setup instance should be mandatory in the ActorSystemSetup that an ActorSystem is created with.

    Inheritance
    object
    Setup
    BootstrapSetup
    DependencyResolverSetup
    ServiceProviderSetup
    LogFilterSetup
    DotNettySslSetup
    HyperionSerializerSetup
    NewtonSoftJsonSerializerSetup
    SerializationSetup
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Akka.Actor.Setup
    Assembly: Akka.dll
    Syntax
    public abstract class Setup

    Methods

    | Edit this page View Source

    And(Setup)

    Construct an ActorSystemSetup with this setup combined with another one.

    Allows for fluent creation of settings.

    Declaration
    public ActorSystemSetup And(Setup other)
    Parameters
    Type Name Description
    Setup other

    If other is of the same concrete Setup type as this, it will replace this.

    Returns
    Type Description
    ActorSystemSetup

    A new ActorSystemSetup instance.

    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