|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object akka.testkit.TestEvent.UnMute
public static class TestEvent.UnMute
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface akka.testkit.TestEvent |
---|
TestEvent.Mute, TestEvent.Mute$, TestEvent.UnMute, TestEvent.UnMute$ |
Constructor Summary | |
---|---|
TestEvent.UnMute(java.lang.Iterable<EventFilter> filters)
Java API: create an UnMute command from a list of filters |
|
TestEvent.UnMute(scala.collection.immutable.Seq<EventFilter> filters)
|
Method Summary | |
---|---|
scala.collection.immutable.Seq<EventFilter> |
filters()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface scala.Product |
---|
productArity, productElement, productIterator, productPrefix |
Methods inherited from interface scala.Equals |
---|
canEqual, equals |
Constructor Detail |
---|
public TestEvent.UnMute(scala.collection.immutable.Seq<EventFilter> filters)
public TestEvent.UnMute(java.lang.Iterable<EventFilter> filters)
filters
- (undocumented)Method Detail |
---|
public scala.collection.immutable.Seq<EventFilter> filters()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |