Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
RuedigerMoeller committed May 12, 2014
1 parent 0d25222 commit aecdd2a
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,10 @@ public static void main(String arg[]) throws InterruptedException {
ServiceActor service = Actors.AsActor(ServiceActor.class);
MyActor cbActor = Actors.AsActor(MyActor.class);
cbActor.init(service);

service.getDispatcher().setName("service");
cbActor.getDispatcher().setName("actor");

cbActor.callbackTest();

Thread.sleep(10000);
Expand Down

0 comments on commit aecdd2a

Please sign in to comment.