Interface IValueJoiner<V1, V2, VR>
Listener for Kafka ValueJoiner. Extends IJVMBridgeBase
public interface IValueJoiner<V1, V2, VR> : IJVMBridgeBase, IJVMBridgeDefinition
Type Parameters
V1
The data associated to the event
V2
The data associated to the event
VR
Aggregated value
- Inherited Members
Methods
Apply(V1, V2)
Executes the ValueJoiner action in the CLR
VR Apply(V1 value1, V2 value2)
Parameters
value1
V1The ValueJoiner object
value2
V2The ValueJoiner object
Returns
- VR
The
VR
apply evaluation