Interface IPredicate<K, V>
Listener for Kafka Predicate. Extends IJVMBridgeBase
public interface IPredicate<K, V> : IJVMBridgeBase, IJVMBridgeDefinition
Type Parameters
KThe data associated to the event
VThe data associated to the event
- Inherited Members
Methods
Test(K, V)
Executes the Predicate action in the CLR
bool Test(K o1, V o2)
Parameters
o1KThe Predicate object
o2VThe Predicate object
Returns
- bool
The test evaluation