Packages

package custom

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. case class AggregatedAmount(clientId: String, amount: Int, lastTransaction: Long) extends DisplayJsonWithEncoder[AggregatedAmount] with Product with Serializable
  2. class CounterFunction extends TimestampedEvictableStateFunction[ValueWithContext[String], ValueWithContext[AnyRef], Int]
  3. case class EventCount(count: Long) extends Product with Serializable
  4. class EventsCounter extends CustomStreamTransformer

    Counts passing events for configurable key (i.e.

    Counts passing events for configurable key (i.e. for every client) in given time window

  5. class TransactionAmountAggregator extends CustomStreamTransformer

    Sums all-time transaction amount for each client

Value Members

  1. object AggregatedAmount extends Serializable

Ungrouped