Package org.apache.pekko.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
org.apache.pekko.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$
-