Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in akka

Creating a TestActorRef results in NullPointerException

scala testing akka actor

How can reactive extensions and/or actor model simplify process orchestration?

How can I create a custom directive for Akka-Http 2 by nesting existing Directives?

scala akka akka-http

How to send a message with tuples in Akka.Remote with F#?

Update actor state only after all events are persisted

scala akka akka-persistence

What do Futures and Agents in Akka offer over Clojure's counterparts?

scala clojure akka future

Akka.NET: can't send a list message to other ActorSystem

Lagom -LagomServiceLocatorStart :Failed to start embedded Service Locator or Service Gateway?

scala akka lagom

Play Framework, Ebean and Akka Promises

Use play WS 2.5.x from Akka actor

Akka remote actors cannot communicate between Play! applications

How to conditionally add route paths in akka-http?

scala akka akka-http

Akka intercepting receive with stackable behavior

scala akka slf4j interceptor mdc

Play2 Scala - Global cannot be cast to play.GlobalSettings

What is the purpose of AbstractSystem trait in akka-spray-websocket activator?

scala akka spray

Akka streams: Simulating a failed stream with OverflowStrategy.fail()

java akka akka-stream