Interface IAggregator<K, V, VAgg>
Listener for Kafka Aggregator. Extends IJVMBridgeBase
public interface IAggregator<K, V, VAgg> : IJVMBridgeBase, IJVMBridgeDefinition
Type Parameters
K
The data associated to the event
V
The data associated to the event
VAgg
Aggregated value
- Inherited Members
Methods
Apply(K, V, VAgg)
Executes the Aggregator action in the CLR
VAgg Apply(K o1, V o2, VAgg aggregate)
Parameters
o1
KThe Aggregator object
o2
VThe Aggregator object
aggregate
VAggThe current aggregate value
Returns
- VAgg
The
VAgg
apply evaluation