Akka Streams have an Actor-based FlowMaterializer that uses Actors to power the stream when it materializes.
On Thu, Apr 17, 2014 at 4:42 PM, Alexandru Nedelcu <[email protected]>wrote: > On Thu, Apr 17, 2014 at 5:34 PM, Andrew Charles <[email protected]>wrote: > >> The examples all exclusively use futures, but I assume you can use a pure >> actor implementation as well? Will there be a sample that uses a more >> traditional akka actor approach to consume pipelines, etc? >> > > AFAIK, the design is not based on Futures. See the interfaces that > producers and consumers must implement, as exposed at: > > https://github.com/reactive-streams/reactive-streams/tree/master/spi/src/main/java/org/reactivestreams/spi/ > > > -- > Alexandru Nedelcu > www.bionicspirit.com > > PGP Public Key: > https://bionicspirit.com/key.aexpk > > -- > >>>>>>>>>> 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 [email protected]. > To post to this group, send email to [email protected]. > Visit this group at http://groups.google.com/group/akka-user. > For more options, visit https://groups.google.com/d/optout. > -- Cheers, √ -- >>>>>>>>>> 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 [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/akka-user. For more options, visit https://groups.google.com/d/optout.
