Hi Matthew,

It is in the docs:
http://doc.akka.io/docs/akka-stream-and-http-experimental/1.0-RC2/scala/stream-integrations.html

The construct is now:

val jobManagerSource =
Source.actorPublisher[JobManager.Job](JobManager.props)

We now has less overloaded apply() methods than before because it got out
of control at some point. They still exist, but usually under an explicit
method name.

-Endre

On Fri, May 8, 2015 at 5:46 PM, Matthew Pocock <turingatemyhams...@gmail.com
> wrote:

> Hi,
>
> In the last milestone release that I was using, I used
> Source[T](Props[MyTPublisherActor]) to convert a PublisherActor into a
> source. On upgrading to the latest RC, this code doesn't compile. Is there
> something I should have imported to implicitly add this apply method back
> in? The associated tutorial doesn't mention any imports.
>
>
> http://doc.akka.io/docs/akka-stream-and-http-experimental/1.0-M2/scala/stream-integrations.html
>
> Matthew
>
> --
> Dr Matthew Pocock
> Turing ate my hamster LTD
> mailto: turingatemyhams...@gmail.com
>
> Integrative Bioinformatics Group, School of Computing Science, Newcastle
> University
> mailto: matthew.poc...@ncl.ac.uk
>
> gchat: turingatemyhams...@gmail.com
> msn: matthew_poc...@yahoo.co.uk
> irc.freenode.net: drdozer
> skype: matthew.pocock
> tel: (0191) 2566550
> mob: +447535664143
>
> --
> >>>>>>>>>> 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