+str #15034 Add Flow javadsl

* move Transformer to akka.stream package
* and Java API for StreamIO
This commit is contained in:
Patrik Nordwall 2014-04-23 10:05:09 +02:00
parent 91abadf78c
commit aedc57eb66
20 changed files with 1129 additions and 115 deletions

View file

@ -9,8 +9,8 @@ import org.reactivestreams.api.{ Consumer, Processor, Producer }
import org.reactivestreams.spi.Subscriber
import akka.actor.ActorRefFactory
import akka.stream.{ MaterializerSettings, FlowMaterializer }
import akka.stream.scaladsl.Transformer
import akka.stream.scaladsl.RecoveryTransformer
import akka.stream.Transformer
import akka.stream.RecoveryTransformer
import scala.util.Try
import scala.concurrent.Future
import scala.util.Success