+act - 15757 - Changes the signature of ActorSystem.terminate() and ActorSystem.whenTerminated() to be of Future[Terminated] iso Future[Unit]

This commit is contained in:
Viktor Klang 2014-08-25 15:12:27 +02:00
parent cd8e97c060
commit b8c634451f
5 changed files with 22 additions and 17 deletions

View file

@ -10,6 +10,8 @@ import akka.actor.Props;
import akka.japi.pf.ReceiveBuilder;
import akka.persistence.AbstractPersistentActor;
import akka.persistence.SnapshotOffer;
import scala.PartialFunction;
import scala.runtime.BoxedUnit;
import java.io.Serializable;
import java.util.ArrayList;