EventFilter

Companion:
class
Source:
filter.scala
trait Product
trait Mirror
class Object
trait Matchable
class Any

Type members

Classlikes

case object ByEventType extends Kind
case object ByStreamId extends Kind
sealed trait Expression
sealed trait Kind
final case class PrefixFilter(value: String) extends Expression
final case class RegexFilter(value: String) extends Expression
Companion:
object
Source:
filter.scala
Companion:
class
Source:
filter.scala

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Inherited from:
Mirror
Source:
Mirror.scala

The name of the type

The name of the type

Inherited from:
Mirror
Source:
Mirror.scala

Value members

Concrete methods

def prefix(kind: Kind, fst: String, rest: String*): EventFilter
def regex(kind: Kind, filter: String): EventFilter