开发者

Akka-Camel integration module example using Java API

开发者 https://www.devze.com 2023-04-07 11:43 出处:网络
Can someone point me to an example of using Akka Camel integration module - using the Java API. I have a use case where a REST service is called that would start some Akka Actors in parallel to proces

Can someone point me to an example of using Akka Camel integration module - using the Java API. I have a use case where a REST service is called that would start some Akka Actors in parallel to process the request and then each would push partial results to the web browser (Comet style). I saw one example here but unfortunately I don't know scala and I would like to see this in Java.

Has anyone translated this examples into Java?

Thanks! 开发者_如何转开发


Most of the examples for Akka Camel show both the Scala version of the code, and then the Java version: http://akka.io/docs/akka-modules/1.2/modules/camel.html


Nowadays, you can get all tutorials, samples with Typesafe reactive platform which you can get from Akka website. The latest documentation for Akka Java and Scala is always available here. It contains everything, including Akka Extensions like Akka Camel.

Furthermore, if you don't want to use Typesafe reactive platform application you can browse Git-Hub Akka Samples

PS: unfortunately I don't have enough reputation to add more than 2 links to my answer...

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号