Merge pull request #17925 from ktoso/wip-move-BackoffSupervisor-ktoso

!per +act #17842 move BackoffSupervisor to akka.pattern
This commit is contained in:
Konrad Malawski 2015-07-09 11:14:42 +02:00
commit bbd5b2c739
13 changed files with 123 additions and 15 deletions

View file

@ -10,6 +10,7 @@ import akka.actor.ActorSystem;
import akka.actor.Props;
import akka.japi.Procedure;
import akka.japi.pf.ReceiveBuilder;
import akka.pattern.BackoffSupervisor;
import akka.persistence.*;
import scala.Option;
import scala.concurrent.duration.Duration;