| BackoffOptionsWithSupervisorStrategy Method |
Namespace:
Akka.Pattern
Assembly:
Akka (in Akka.dll) Version: 1.2.3.129 (1.2.3.129)
Syntax public abstract BackoffOptions WithSupervisorStrategy(
OneForOneStrategy supervisorStrategy
)
abstract WithSupervisorStrategy :
supervisorStrategy : OneForOneStrategy -> BackoffOptions
Parameters
- supervisorStrategy
- Type: Akka.ActorOneForOneStrategy
The SupervisorStrategy that the back-off supervisor will use. The default supervisor strategy is used as fallback if the specified SupervisorStrategy (its decider) does not explicitly handle an exception
Return Value
Type:
BackoffOptions[Missing <returns> documentation for "M:Akka.Pattern.BackoffOptions.WithSupervisorStrategy(Akka.Actor.OneForOneStrategy)"]
See Also