+str #17338 add OutputStreamSource and InputStreamSink

This commit is contained in:
Alexander Golubev 2015-07-12 23:04:26 -04:00
parent fc0ecfebef
commit 8ea52a6bb4
24 changed files with 1076 additions and 32 deletions

View file

@ -57,7 +57,7 @@ class StreamFileDocSpec extends AkkaSpec(UnboundedMailboxConfig) {
"configure dispatcher in code" in {
//#custom-dispatcher-code
SynchronousFileSink(file)
.withAttributes(ActorAttributes.dispatcher("custom-file-io-dispatcher"))
.withAttributes(ActorAttributes.dispatcher("custom-blocking-io-dispatcher"))
//#custom-dispatcher-code
}