More Java getters for akka.actor.AbstractActor.ActorContext #26161
This commit is contained in:
parent
56b2900c12
commit
cc19367588
16 changed files with 95 additions and 38 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue