Interface IValueMapperWithKey<K, V, VR>
Listener for Kafka ValueMapperWithKey. Extends IJVMBridgeBase
public interface IValueMapperWithKey<K, V, VR> : IJVMBridgeBase, IJVMBridgeBaseInstance, IJVMBridgeDefinition
Type Parameters
KThe key data associated to the event
VThe value data associated to the event
VRThe result data associated to the event
Methods
Apply(K, V)
Executes the ValueMapperWithKey action in the CLR
VR Apply(K readOnlyKey, V value)
Parameters
readOnlyKeyKThe ValueMapperWithKey readOnlyKey
valueVThe ValueMapperWithKey value
Returns
- VR
The apply evaluation