Merge pull request #17925 from ktoso/wip-move-BackoffSupervisor-ktoso
!per +act #17842 move BackoffSupervisor to akka.pattern
This commit is contained in:
commit
bbd5b2c739
13 changed files with 123 additions and 15 deletions
|
|
@ -5,6 +5,8 @@
|
|||
package docs.persistence;
|
||||
|
||||
import java.util.concurrent.TimeUnit;
|
||||
|
||||
import akka.pattern.BackoffSupervisor;
|
||||
import scala.concurrent.duration.Duration;
|
||||
import akka.actor.ActorPath;
|
||||
import akka.actor.ActorRef;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue