getContext().getWatch(...)
145146147148149150151152153154155
'lowpriority 'lowpriority */ //#prio-dispatcher probe.watch(myActor); probe.expectMsgClass(Terminated.class); } @Test public void controlAwareDispatcher() throws Exception {
180181182183184185186187188189190
'foo 'bar */ //#control-aware-dispatcher probe.watch(myActor); probe.expectMsgClass(Terminated.class); } static //#prio-mailbox