+str #19390 Add 'monitor' flow combinator and stage
This commit is contained in:
parent
bd8fcc9d9a
commit
26c25c89ed
12 changed files with 272 additions and 13 deletions
|
|
@ -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 !") ::
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue