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