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