Interface IForeachAction<K, V>
Listener for Kafka ForeachAction. Extends IJVMBridgeBase
public interface IForeachAction<K, V> : IJVMBridgeBase, IJVMBridgeDefinition
Type Parameters
KThe data associated to the event
VThe data associated to the event
- Inherited Members
Methods
Apply(K, V)
Executes the ForeachAction action in the CLR
void Apply(K o1, V o2)
Parameters
o1KThe ForeachAction object
o2VThe ForeachAction object