Search Results for

    Show / Hide Table of Contents

    Class LocalOnlyDecider

    TBD

    Inheritance
    object
    LocalOnlyDecider
    Implements
    IDecider
    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 LocalOnlyDecider : IDecider

    Constructors

    | Edit this page View Source

    LocalOnlyDecider(Func<Exception, Directive>)

    Initializes a new instance of the LocalOnlyDecider class.

    Declaration
    public LocalOnlyDecider(Func<Exception, Directive> decider)
    Parameters
    Type Name Description
    Func<Exception, Directive> decider

    TBD

    Methods

    | Edit this page View Source

    Decide(Exception)

    Determines which Directive to use for the specified cause.

    Declaration
    public Directive Decide(Exception cause)
    Parameters
    Type Name Description
    Exception cause

    The exception that is being mapped.

    Returns
    Type Description
    Directive

    The directive used when the given exception is encountered.

    Implements

    IDecider

    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