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