add new Streams Quick Start

also move IOResult to akka.stream package
This commit is contained in:
Roland Kuhn 2016-02-16 16:56:06 +01:00
parent 5d3a8256c1
commit 125c996fae
23 changed files with 459 additions and 26 deletions

View file

@ -9,7 +9,7 @@ import java.nio.file.StandardOpenOption
import akka.Done
import akka.actor.{ Deploy, ActorLogging, Props }
import akka.stream.io.IOResult
import akka.stream.IOResult
import akka.stream.actor.{ ActorSubscriberMessage, WatermarkRequestStrategy }
import akka.util.ByteString