3334353637383940414243
counter.tell("tick"); counter.tell("tick"); Future future = ask(counter, "get", 5000); future.onSuccess(new OnSuccess<Integer>() { public void onSuccess(Integer count) { System.out.println("Count is " + count); } });