Get remoting working under the remote actor ref provider
This commit is contained in:
parent
e94860b57b
commit
d9e0088f3c
39 changed files with 309 additions and 460 deletions
|
|
@ -11,11 +11,6 @@ public class JavaAPI {
|
|||
|
||||
private AkkaApplication app = new AkkaApplication();
|
||||
|
||||
@Test void mustBeAbleToUseUntypedActor() {
|
||||
final RemoteSupport remote = app.remote();
|
||||
assertNotNull(remote);
|
||||
}
|
||||
|
||||
@Test void mustBeAbleToCreateActorRefFromClass() {
|
||||
ActorRef ref = app.createActor(JavaAPITestActor.class);
|
||||
assertNotNull(ref);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue