Package org.apache.pekko.testkit
Class TestEvent.UnMute
java.lang.Object
org.apache.pekko.testkit.TestEvent.UnMute
- All Implemented Interfaces:
Serializable,NoSerializationVerificationNeeded,TestEvent,scala.Equals,scala.Product
- Enclosing interface:
- TestEvent
public static final class TestEvent.UnMute
extends Object
implements TestEvent, NoSerializationVerificationNeeded, scala.Product, Serializable
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.apache.pekko.testkit.TestEvent
TestEvent.Mute, TestEvent.Mute$, TestEvent.UnMute, TestEvent.UnMute$ -
Constructor Summary
ConstructorsConstructorDescriptionUnMute(Iterable<EventFilter> filters) Java API: create an UnMute command from a list of filtersUnMute(scala.collection.immutable.Seq<EventFilter> filters) -
Method Summary
Modifier and TypeMethodDescriptionbooleancopy(scala.collection.immutable.Seq<EventFilter> filters) scala.collection.immutable.Seq<EventFilter>booleanscala.collection.immutable.Seq<EventFilter>filters()inthashCode()intproductElement(int x$1) productElementName(int x$1) scala.collection.Iterator<Object>toString()Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface scala.Product
productElementNames
-
Constructor Details
-
UnMute
-
UnMute
Java API: create an UnMute command from a list of filters
-
-
Method Details
-
filters
-
copy
-
copy$default$1
-
productPrefix
- Specified by:
productPrefixin interfacescala.Product
-
productArity
public int productArity()- Specified by:
productArityin interfacescala.Product
-
productElement
- Specified by:
productElementin interfacescala.Product
-
productIterator
- Specified by:
productIteratorin interfacescala.Product
-
canEqual
- Specified by:
canEqualin interfacescala.Equals
-
productElementName
- Specified by:
productElementNamein interfacescala.Product
-
hashCode
public int hashCode() -
toString
-
equals
-