You can also consider use Vertx, which is also a Reactive platform http://vertx.io/
Where there you can consider the Verticle(http://vertx.io/docs/vertx-core/java/#_verticles) similar to Actor paradigm.
And the EventBus similar as Databus of Akka(http://vertx.io/docs/vertx-core/java/#event_bus)