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