+str #19390 Add 'monitor' flow combinator and stage

This commit is contained in:
Tal Pressman 2016-02-21 13:03:00 +02:00 committed by Patrik Nordwall
parent bd8fcc9d9a
commit 26c25c89ed
12 changed files with 272 additions and 13 deletions

View file

@ -32,8 +32,7 @@ object TwitterStreamQuickstartDocSpec {
//#model
//#tweet-source
val tweets: Source[Tweet, NotUsed]
//#tweet-source
val tweets: Source[Tweet, NotUsed] //#tweet-source
= Source(
Tweet(Author("rolandkuhn"), System.currentTimeMillis, "#akka rocks!") ::
Tweet(Author("patriknw"), System.currentTimeMillis, "#akka !") ::