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 TypeMethodDescriptionboolean
copy
(scala.collection.immutable.Seq<EventFilter> filters) scala.collection.immutable.Seq<EventFilter>
boolean
scala.collection.immutable.Seq<EventFilter>
filters()
int
hashCode()
int
productElement
(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, wait
Methods 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:
productPrefix
in interfacescala.Product
-
productArity
public int productArity()- Specified by:
productArity
in interfacescala.Product
-
productElement
- Specified by:
productElement
in interfacescala.Product
-
productIterator
- Specified by:
productIterator
in interfacescala.Product
-
canEqual
- Specified by:
canEqual
in interfacescala.Equals
-
productElementName
- Specified by:
productElementName
in interfacescala.Product
-
hashCode
public int hashCode() -
toString
-
equals
-