Interface IForeachAction<K, V>
Listener for Kafka ForeachAction. Extends IJVMBridgeBase
public interface IForeachAction<K, V> : IJVMBridgeBase, IJVMBridgeDefinition
Type Parameters
K
The data associated to the event
V
The 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
o1
KThe ForeachAction object
o2
VThe ForeachAction object