Interface TestEvent

All Known Implementing Classes:
TestEvent.Mute, TestEvent.UnMute

public interface TestEvent
Implementation helpers of the EventFilter facilities: send Mute to the TestEventListener to install a filter, and UnMute to uninstall it.

You should always prefer the filter methods in the package object (see org.apache.pekko.testkit filterEvents and filterException) or on the EventFilter implementations.