=str #22448 rewrite Source.empty to GraphStage

This commit is contained in:
Konrad `ktoso` Malawski 2017-03-03 15:20:37 +01:00
parent 0367812e40
commit e47dbda154
6 changed files with 115 additions and 10 deletions

View file

@ -4,11 +4,11 @@
package akka.remote.serialization
import akka.actor.{Actor, ActorRef, ActorSystem, Address, Deploy, ExtendedActorSystem, OneForOneStrategy, Props, SupervisorStrategy}
import akka.remote.{DaemonMsgCreate, RemoteScope}
import akka.routing.{FromConfig, RoundRobinPool}
import akka.actor.{ Actor, ActorRef, ActorSystem, Address, Deploy, ExtendedActorSystem, OneForOneStrategy, Props, SupervisorStrategy }
import akka.remote.{ DaemonMsgCreate, RemoteScope }
import akka.routing.{ FromConfig, RoundRobinPool }
import akka.serialization.SerializationExtension
import akka.testkit.{AkkaSpec, TestKit}
import akka.testkit.{ AkkaSpec, TestKit }
import com.typesafe.config.ConfigFactory
import scala.concurrent.duration._