Click or drag to resize
SupervisorStrategyHandle Method
Handles the specified child.

Namespace: Akka.Actor
Assembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntax
protected abstract Directive Handle(
	ActorRef child,
	Exception x
)

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: Directive
Directive.
See Also