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

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

Parameters

child
Type: Akka.ActorActorRef
The child.
x
Type: SystemException
The x.

Return Value

Type: Directive
Directive.
See Also