Package org.apache.pekko.testkit
Class DeadLettersFilter$
java.lang.Object
org.apache.pekko.testkit.DeadLettersFilter$
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final DeadLettersFilter$Static reference to the singleton instance of this Scala object. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionFilter which matches DeadLetter events, if the wrapped message conforms to the given type.apply(scala.reflect.ClassTag<T> t) scala.Option<Class<?>>unapply(DeadLettersFilter x$0)
-
Field Details
-
MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Constructor Details
-
DeadLettersFilter$
public DeadLettersFilter$()
-
-
Method Details
-
apply
-
apply
Filter which matches DeadLetter events, if the wrapped message conforms to the given type. -
unapply
-