molecule.examples.core

cep

package cep

Visibility
  1. Public
  2. All

Type Members

  1. case class SizeWindow[A](size: Int, window: Seg[A]) extends Window[A] with Product with Serializable

  2. case class TimeWindow[A](time: Long, window: Seg[(Long, A)]) extends Window[(Long, A)] with Product with Serializable

  3. trait Window[A] extends AnyRef

Value Members

  1. object DSL

    A small illustration of using Molecule to implement a very basic DSL for CEP.

  2. object FraudEvent

  3. object StockTickEvent

Ungrouped