Class BackoffSupervisor.CurrentChild
Send this message to the BackoffSupervisor and it will reply with BackoffSupervisor.CurrentChild containing the ActorRef
of the current child, if any.
Inherited Members
Namespace: Akka.Pattern
Assembly: Akka.dll
Syntax
[Serializable]
public sealed class CurrentChild
Constructors
| Improve this Doc View SourceCurrentChild(IActorRef)
TBD
Declaration
public CurrentChild(IActorRef ref)
Parameters
Type | Name | Description |
---|---|---|
IActorRef | ref | TBD |
Properties
| Improve this Doc View SourceRef
Declaration
public IActorRef Ref { get; }
Property Value
Type | Description |
---|---|
IActorRef |