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