Interface IMerger<K, V>
Listener for Kafka Merger. Extends IJVMBridgeBase
public interface IMerger<K, V> : IJVMBridgeBase, IJVMBridgeDefinition
Type Parameters
K
The data associated to the event
V
The data associated to the event
- Inherited Members
Methods
Apply(K, V, V)
Executes the Merger action in the CLR
V Apply(K aggKey, V aggOne, V aggTwo)
Parameters
aggKey
KThe Merger object
aggOne
VThe Merger object
aggTwo
VThe current aggregate value
Returns
- V
The
V
apply evaluation