Package akka.testkit
Interface TestEvent
-
- All Known Implementing Classes:
TestEvent.Mute
,TestEvent.UnMute
public interface TestEvent
Implementation helpers of the EventFilter facilities: sendMute
to the TestEventListener to install a filter, andUnMute
to uninstall it.You should always prefer the filter methods in the package object (see
akka.testkit
filterEvents
andfilterException
) or on the EventFilter implementations.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
TestEvent.Mute
static class
TestEvent.Mute$
static class
TestEvent.UnMute
static class
TestEvent.UnMute$
-