Search Results for

    Show / Hide Table of Contents

    Class Decider

    This class contains methods used to simplify working with different *Deciders.

    Inheritance
    object
    Decider
    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 static class Decider

    Methods

    | Edit this page View Source

    From(Directive, IEnumerable<KeyValuePair<Type, Directive>>)

    TBD

    Declaration
    public static DeployableDecider From(Directive defaultDirective, IEnumerable<KeyValuePair<Type, Directive>> pairs)
    Parameters
    Type Name Description
    Directive defaultDirective

    TBD

    IEnumerable<KeyValuePair<Type, Directive>> pairs

    TBD

    Returns
    Type Description
    DeployableDecider

    TBD

    | Edit this page View Source

    From(Directive, params KeyValuePair<Type, Directive>[])

    TBD

    Declaration
    public static DeployableDecider From(Directive defaultDirective, params KeyValuePair<Type, Directive>[] pairs)
    Parameters
    Type Name Description
    Directive defaultDirective

    TBD

    KeyValuePair<Type, Directive>[] pairs

    TBD

    Returns
    Type Description
    DeployableDecider

    TBD

    | Edit this page View Source

    From(Func<Exception, Directive>)

    Creates an IDecider from the specified factory function localOnlyDecider.

    Declaration
    public static LocalOnlyDecider From(Func<Exception, Directive> localOnlyDecider)
    Parameters
    Type Name Description
    Func<Exception, Directive> localOnlyDecider

    The mapping used to translate an Exception to a Directive.

    Returns
    Type Description
    LocalOnlyDecider

    A LocalOnlyDecider that uses the specified localOnlyDecider to map exceptions to directives.

    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