Moved all 'akka.remote' to 'akka.cluster', no more 'remote' package.
Signed-off-by: Jonas Bonér <jonas@jonasboner.com>
This commit is contained in:
parent
43bbc199b2
commit
66f339e202
34 changed files with 1068 additions and 1033 deletions
|
|
@ -503,7 +503,7 @@ So a simple listener actor can look like this:
|
|||
.. code-block:: java
|
||||
|
||||
import akka.actor.UntypedActor;
|
||||
import akka.remoteinterface.*;
|
||||
import akka.cluster.*;
|
||||
|
||||
class Listener extends UntypedActor {
|
||||
|
||||
|
|
@ -561,7 +561,7 @@ So a simple listener actor can look like this:
|
|||
.. code-block:: java
|
||||
|
||||
import akka.actor.UntypedActor;
|
||||
import akka.remoteinterface.*;
|
||||
import akka.cluster.*;
|
||||
|
||||
class Listener extends UntypedActor {
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue