package custom
Ordering
- Alphabetic
Visibility
- Public
- All
Type Members
- case class AggregatedAmount(clientId: String, amount: Int, lastTransaction: Long) extends DisplayJsonWithEncoder[AggregatedAmount] with Product with Serializable
- class CounterFunction extends TimestampedEvictableStateFunction[ValueWithContext[String], ValueWithContext[AnyRef], Int]
- case class EventCount(count: Long) extends Product with Serializable
-
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
-
class
TransactionAmountAggregator extends CustomStreamTransformer
Sums all-time transaction amount for each client
Value Members
- object AggregatedAmount extends Serializable