Interface IDecider
Namespace: Akka.Actor
Assembly: Akka.dll
Syntax
public interface IDecider
Methods
| Edit this page View SourceDecide(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. |
Edit this page