!per +act #17842 move BackoffSupervisor to akka.pattern

This commit is contained in:
Konrad Malawski 2015-07-07 16:28:17 +02:00
parent 403369a29e
commit 86c00d4716
13 changed files with 123 additions and 15 deletions

View file

@ -5,6 +5,7 @@
package docs.persistence
import akka.actor.{ Actor, ActorRef, ActorSystem, Props }
import akka.pattern.BackoffSupervisor
import akka.persistence._
import scala.concurrent.duration._