Interface IValueJoinerWithKey<K1, V1, V2, VR>
Listener for Kafka ValueJoinerWithKey. Extends IJVMBridgeBase
public interface IValueJoinerWithKey<K1, V1, V2, VR> : IJVMBridgeBase, IJVMBridgeDefinition
Type Parameters
K1The data associated to the event
V1The data associated to the event
V2The data associated to the event
VRJoined value
- Inherited Members
Methods
Apply(K1, V1, V2)
Executes the ValueJoinerWithKey action in the CLR
VR Apply(K1 readOnlyKey, V1 value1, V2 value2)
Parameters
readOnlyKeyK1The ValueJoinerWithKey object
value1V1The ValueJoinerWithKey object
value2V2The current aggregate value
Returns
- VR
The
VRapply evaluation