org.apache.pekko.testkit.EventFilter
See theEventFilter companion object
Facilities for selectively filtering out expected events from logging so that you can keep your test run’s console output clean and do not miss real error messages.
See the companion object for convenient factory methods.
If the occurrences is set to Int.MaxValue, no tracking is done.
Attributes
- Companion
- object
- Source
- TestEventListener.scala
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
-
class CustomEventFilterclass DeadLettersFilterclass DebugFilterclass ErrorFilterclass InfoFilterclass WarningFilter
Members list
In this article