SupervisorStrategyHandle Method |
Handles the specified child.
Namespace: Akka.ActorAssembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntaxprotected abstract Directive Handle(
ActorRef child,
Exception x
)
Protected MustOverride Function Handle (
child As ActorRef,
x As Exception
) As Directive
protected:
virtual Directive Handle(
ActorRef^ child,
Exception^ x
) abstract
abstract Handle :
child : ActorRef *
x : Exception -> Directive
Parameters
- child
- Type: Akka.ActorActorRef
The actor that caused the evaluation to occur - x
- Type: SystemException
The exception that caused the evaluation to occur.
Return Value
Type:
DirectiveDirective.
See Also