akka.testkit
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 deinstall it.

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


Nested Class Summary
static class TestEvent.Mute
           
static class TestEvent.Mute$
           
static class TestEvent.UnMute
           
static class TestEvent.UnMute$
          Java API: create a Mute command from a list of filters