OneForOneStrategyHandle Method |
Handles the specified child.
Namespace: Akka.ActorAssembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntaxprotected override Directive Handle(
ActorRef child,
Exception x
)
Protected Overrides Function Handle (
child As ActorRef,
x As Exception
) As Directive
protected:
virtual Directive Handle(
ActorRef^ child,
Exception^ x
) override
abstract Handle :
child : ActorRef *
x : Exception -> Directive
override Handle :
child : ActorRef *
x : Exception -> Directive
Parameters
- child
- Type: Akka.ActorActorRef
The child. - x
- Type: SystemException
The x.
Return Value
Type:
DirectiveDirective.
See Also