Search Results for

    Show / Hide Table of Contents

    Interface IDecider

    This interface defines the methods used by a Decider to map an Exception to a Directive.

    Namespace: Akka.Actor
    Assembly: Akka.dll
    Syntax
    public interface IDecider

    Methods

    | Edit this page View Source

    Decide(Exception)

    Determines which Directive to use for the specified cause.

    Declaration
    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.

    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