Class DeployableDecider
TBD
Inherited Members
Namespace: Akka.Actor
Assembly: Akka.dll
Syntax
public class DeployableDecider : IDecider, IEquatable<DeployableDecider>
Constructors
| Improve this Doc View SourceDeployableDecider()
Initializes a new instance of the DeployableDecider class.
Declaration
protected DeployableDecider()
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 |
DeployableDecider(Directive, 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
| Improve this Doc View SourceDefaultDirective
TBD
Declaration
public Directive DefaultDirective { get; }
Property Value
Type | Description |
---|---|
Directive |
Pairs
TBD
Declaration
public KeyValuePair<Type, Directive>[] Pairs { get; }
Property Value
Type | Description |
---|---|
KeyValuePair<Type, Directive>[] |
Methods
| Improve this Doc View SourceDecide(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. |
Equals(DeployableDecider)
Declaration
public bool Equals(DeployableDecider other)
Parameters
Type | Name | Description |
---|---|---|
DeployableDecider | other |
Returns
Type | Description |
---|---|
Boolean |
Equals(Object)
Declaration
public override bool Equals(object obj)
Parameters
Type | Name | Description |
---|---|---|
Object | obj |
Returns
Type | Description |
---|---|
Boolean |
Overrides
| Improve this Doc View SourceGetHashCode()
Declaration
public override int GetHashCode()
Returns
Type | Description |
---|---|
Int32 |