Search Results for

    Show / Hide Table of Contents

    Class DeployableDecider

    TBD

    Inheritance
    object
    DeployableDecider
    Implements
    IDecider
    IEquatable<DeployableDecider>
    Inherited Members
    object.Equals(object, object)
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Akka.Actor
    Assembly: Akka.dll
    Syntax
    public class DeployableDecider : IDecider, IEquatable<DeployableDecider>

    Constructors

    | Edit this page View Source

    DeployableDecider()

    Initializes a new instance of the DeployableDecider class.

    Declaration
    protected DeployableDecider()
    | Edit this page View Source

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

    Initializes a new instance of the DeployableDecider class.

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

    TBD

    IEnumerable<KeyValuePair<Type, Directive>> pairs

    TBD

    | Edit this page View Source

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

    Initializes a new instance of the DeployableDecider class.

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

    TBD

    KeyValuePair<Type, Directive>[] pairs

    TBD

    Properties

    | Edit this page View Source

    DefaultDirective

    TBD

    Declaration
    public Directive DefaultDirective { get; }
    Property Value
    Type Description
    Directive
    | Edit this page View Source

    Pairs

    TBD

    Declaration
    public KeyValuePair<Type, Directive>[] Pairs { get; }
    Property Value
    Type Description
    KeyValuePair<Type, Directive>[]

    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.

    | Edit this page View Source

    Equals(DeployableDecider)

    Declaration
    public bool Equals(DeployableDecider other)
    Parameters
    Type Name Description
    DeployableDecider other
    Returns
    Type Description
    bool
    | Edit this page View Source

    Equals(object)

    Declaration
    public override bool Equals(object obj)
    Parameters
    Type Name Description
    object obj
    Returns
    Type Description
    bool
    Overrides
    object.Equals(object)
    | Edit this page View Source

    GetHashCode()

    Declaration
    public override int GetHashCode()
    Returns
    Type Description
    int
    Overrides
    object.GetHashCode()

    Implements

    IDecider
    IEquatable<T>

    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