Packages

c

akka.testkit.javadsl

EventFilter

class EventFilter extends AnyRef

Source
EventFilter.scala
Linear Supertypes
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. EventFilter
  2. AnyRef
  3. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new EventFilter(clazz: Class[_], system: ActorSystem)

Value Members

  1. def from(source: String): EventFilter
  2. def intercept[T](code: Supplier[T]): T
  3. def matches(regex: String): EventFilter
  4. def message(msg: String): EventFilter
  5. def occurrences(number: Int): EventFilter
  6. def startsWith(msg: String): EventFilter