Interface IValueMapper<V, VR>
Listener for Kafka ValueMapper. Extends IJVMBridgeBase
public interface IValueMapper<V, VR> : IJVMBridgeBase, IJVMBridgeBaseInstance, IJVMBridgeDefinition
Type Parameters
VThe data associated to the event
VRThe result data associated to the event
Methods
Apply(V)
Executes the ValueMapper action in the CLR
VR Apply(V o1)
Parameters
o1VThe ValueMapper object
Returns
- VR
The apply evaluation