EventFilter

org.apache.pekko.testkit.javadsl.EventFilter
class EventFilter(clazz: Class[_], system: ActorSystem)

Attributes

Source
EventFilter.scala
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

def from(source: String): EventFilter

Attributes

Source
EventFilter.scala
def intercept[T](code: Supplier[T]): T

Attributes

Source
EventFilter.scala
def matches(regex: String): EventFilter

Attributes

Source
EventFilter.scala

Attributes

Source
EventFilter.scala
def occurrences(number: Int): EventFilter

Attributes

Source
EventFilter.scala

Attributes

Source
EventFilter.scala