More Java getters for akka.actor.AbstractActor.ActorContext #26161

This commit is contained in:
kerr 2019-01-10 03:13:56 +08:00 committed by Johan Andrén
parent 56b2900c12
commit cc19367588
16 changed files with 95 additions and 38 deletions

View file

@ -43,7 +43,7 @@ public class StatsSampleClient extends AbstractActor {
.getSystem()
.scheduler()
.schedule(interval, interval, getSelf(), "tick",
getContext().dispatcher(), null);
getContext().getDispatcher(), null);
}
//subscribe to cluster changes, MemberEvent