document FlowOps extension

This commit is contained in:
Roland Kuhn 2016-03-25 10:13:11 +01:00
parent aff158cb98
commit 5accba105d
3 changed files with 64 additions and 1 deletions

View file

@ -32,7 +32,8 @@ 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 !") ::