Interface IReducer<V>
Listener for Kafka Reducer. Extends IJVMBridgeBase
public interface IReducer<V> : IJVMBridgeBase, IJVMBridgeDefinition
Type Parameters
V
The data associated to the event
- Inherited Members
Methods
Apply(V, V)
Executes the Reducer action in the CLR
V Apply(V o1, V o2)
Parameters
o1
VThe Reducer object
o2
VThe Reducer object
Returns
- V
The
V
apply evaluation