Package

pl.touk.nussknacker.engine.demo

custom

Permalink

package custom

Visibility
  1. Public
  2. All

Type Members

  1. case class AggregatedAmount(clientId: String, amount: Int, lastTransaction: Long) extends DisplayJsonWithEncoder[AggregatedAmount] with Product with Serializable

    Permalink
  2. class CounterFunction extends TimestampedEvictableStateFunction[ValueWithContext[String], ValueWithContext[AnyRef], Int]

    Permalink
  3. case class EventCount(count: Long) extends Product with Serializable

    Permalink
  4. class EventsCounter extends CustomStreamTransformer

    Permalink

    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

    Permalink

    Sums all-time transaction amount for each client

Value Members

  1. object AggregatedAmount extends Serializable

    Permalink

Ungrouped