Package

pl.touk.nussknacker.engine.example

custom

Permalink

package custom

Visibility
  1. Public
  2. All

Type Members

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

    Permalink
  2. class CounterFunction extends TimestampedEvictableStateFunction[InterpretationResult, ValueWithContext[Any], 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

Ungrouped