+str #15034 Add Flow javadsl
* move Transformer to akka.stream package * and Java API for StreamIO
This commit is contained in:
parent
91abadf78c
commit
aedc57eb66
20 changed files with 1129 additions and 115 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue