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 SummaryNested classes/interfaces inherited from interface org.apache.pekko.testkit.TestEventTestEvent.Mute, TestEvent.Mute$, TestEvent.UnMute, TestEvent.UnMute$
- 
Constructor SummaryConstructorsConstructorDescriptionUnMute(Iterable<EventFilter> filters) Java API: create an UnMute command from a list of filtersUnMute(scala.collection.immutable.Seq<EventFilter> filters) 
- 
Method SummaryModifier 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.Objectclone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface scala.ProductproductElementNames
- 
Constructor Details- 
UnMute
- 
UnMuteJava API: create an UnMute command from a list of filters
 
- 
- 
Method Details- 
filters
- 
copy
- 
copy$default$1
- 
productPrefix- Specified by:
- productPrefixin interface- scala.Product
 
- 
productAritypublic int productArity()- Specified by:
- productArityin interface- scala.Product
 
- 
productElement- Specified by:
- productElementin interface- scala.Product
 
- 
productIterator- Specified by:
- productIteratorin interface- scala.Product
 
- 
canEqual- Specified by:
- canEqualin interface- scala.Equals
 
- 
productElementName- Specified by:
- productElementNamein interface- scala.Product
 
- 
hashCodepublic int hashCode()
- 
toString
- 
equals
 
-