Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in akka

How to reference to the standard ActorSystem of play framework 2?

Class type required but T found

scala akka

How to poll with a Future in Scala?

Good book about Akka library and actor-based concurrency model [closed]

actor akka

Typesafe Config Environment Variables

What is the best way to work with akka from nodejs

node.js scala express akka

How to use Akka HTTP to generate contents via an output stream

spray Marshaller for futures not in implicit scope after upgrading to spray 1.2

scala akka future spray

could not find implicit value for parameter system: akka.actor.ActorSystem

scala akka actor

akka.actor.ActorLogging does not log the stack trace of exception by logback

scala akka logback

Docker Akka-Http application endpoint not reachable

scala docker akka

What benefit do Props bring to actor creation in Akka?

akka actor prop

How do i specify spray Content-Type response header?

scala akka spray

Difference between transparent remoting and location transparency

java scala akka rmi remoting

akka http compile error

scala akka akka-http

Akka and ReactiveMongo

Akka actors unit testing with Scala

scala testing akka actor specs

Is it okay that NonFatal catches Throwable?

Listening to Akka-HTTP ports remotely

scala akka port akka-http

What is the difference between actors (Akka) and agents (JADE) in distributed systems? [closed]

java akka agents-jade