Hi Simone!
All examples in the docs are compiled and tested before we release them, so let 
ma assure you the code is valid.

The entire code is listed here if you’d like to have a look at the complete 
file: 
https://github.com/akka/akka/blob/release-2.3-dev/akka-docs-dev/rst/scala/code/docs/stream/TwitterStreamQuickstartDocSpec.scala

Can you paste the code snippet which you have trouble getting to work?
Are you sure you are using the `akka.stream.scaladsl.FlowGraph` and not the 
javadsl one? (javadsl understandably does not have Implicits).

-- 
Cheers,
Konrad 'ktoso’ Malawski
Akka @ Typesafe

On 2 May 2015 at 20:01:07, Simone Scarduzio (scardu...@gmail.com) wrote:

Hi all,

I'm a beginner with Akka Stream, but I found a couple of problems trying to 
compile the quick start example provided in the docs.
FlowGraph does not have a closed() method
FlowGraph.Implicits does not exist
I'm using this sbt dependency:

"com.typesafe.akka" %% "akka-stream-experimental" % "1.0-RC2"


Thanks for your help,

_Simone
--
>>>>>>>>>> Read the docs: http://akka.io/docs/
>>>>>>>>>> Check the FAQ: 
>>>>>>>>>> http://doc.akka.io/docs/akka/current/additional/faq.html
>>>>>>>>>> Search the archives: https://groups.google.com/group/akka-user
---
You received this message because you are subscribed to the Google Groups "Akka 
User List" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to akka-user+unsubscr...@googlegroups.com.
To post to this group, send email to akka-user@googlegroups.com.
Visit this group at http://groups.google.com/group/akka-user.
For more options, visit https://groups.google.com/d/optout.

-- 
>>>>>>>>>>      Read the docs: http://akka.io/docs/
>>>>>>>>>>      Check the FAQ: 
>>>>>>>>>> http://doc.akka.io/docs/akka/current/additional/faq.html
>>>>>>>>>>      Search the archives: https://groups.google.com/group/akka-user
--- 
You received this message because you are subscribed to the Google Groups "Akka 
User List" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to akka-user+unsubscr...@googlegroups.com.
To post to this group, send email to akka-user@googlegroups.com.
Visit this group at http://groups.google.com/group/akka-user.
For more options, visit https://groups.google.com/d/optout.

Reply via email to