OneForOneStrategy Methods |
The OneForOneStrategy type exposes the following members.
Name | Description | |
---|---|---|
Equals(Object) | Determines whether the specified object is equal to the current object. (Overrides ObjectEquals(Object).) | |
Equals(OneForOneStrategy) | Indicates whether the current object is equal to another object of the same type. | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as the default hash function. (Overrides ObjectGetHashCode.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
Handle |
Handles the specified child.
(Overrides SupervisorStrategyHandle(IActorRef, Exception).) | |
HandleChildTerminated |
TBD
(Overrides SupervisorStrategyHandleChildTerminated(IActorContext, IActorRef, IEnumerableIInternalActorRef).) | |
HandleFailure(ActorCell, Exception, ChildRestartStats, IReadOnlyCollectionChildRestartStats) | Obsolete.
TBD
(Inherited from SupervisorStrategy.) | |
HandleFailure(ActorCell, IActorRef, Exception, ChildRestartStats, IReadOnlyCollectionChildRestartStats) |
This is the main entry point: in case of a child’s failure, this method
must try to handle the failure by resuming, restarting or stopping the
child (and returning `true`), or it returns `false` to escalate the
failure, which will lead to this actor re-throwing the exception which
caused the failure. The exception will not be wrapped.
This method calls SupervisorStrategy, which will
log the failure unless it is escalated. You can customize the logging by
setting SupervisorStrategy to `false` and
do the logging inside the `decider` or override the `LogFailure` method.
(Inherited from SupervisorStrategy.) | |
LogFailure |
Logs the failure.
(Inherited from SupervisorStrategy.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ProcessFailure(IActorContext, Boolean, Exception, ChildRestartStats, IReadOnlyCollectionChildRestartStats) | Obsolete.
Obsolete. Use ProcessFailure(IActorContext, Boolean, IActorRef, Exception, ChildRestartStats, IReadOnlyCollectionChildRestartStats) instead.
(Overrides SupervisorStrategyProcessFailure(IActorContext, Boolean, Exception, ChildRestartStats, IReadOnlyCollectionChildRestartStats).) | |
ProcessFailure(IActorContext, Boolean, IActorRef, Exception, ChildRestartStats, IReadOnlyCollectionChildRestartStats) |
TBD
(Overrides SupervisorStrategyProcessFailure(IActorContext, Boolean, IActorRef, Exception, ChildRestartStats, IReadOnlyCollectionChildRestartStats).) | |
RestartChild |
Restarts the child.
(Inherited from SupervisorStrategy.) | |
ResumeChild |
Resume the previously failed child: do never apply this to a child which
is not the currently failing child. Suspend/resume needs to be done in
matching pairs, otherwise actors will wake up too soon or never at all.
(Inherited from SupervisorStrategy.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) | |
ToSurrogate |
Creates a surrogate representation of the current OneForOneStrategy.
(Overrides SupervisorStrategyToSurrogate(ActorSystem).) |
Name | Description | |
---|---|---|
AsInstanceOfT |
TBD
(Defined by Extensions.) | |
Match | Overloaded.
Matches the specified target.
(Defined by PatternMatch.) | |
MatchT | Overloaded.
Matches the specified target and return a result of target processing.
(Defined by PatternMatch.) |