Interface IPredicate<K, V>
Listener for Kafka Predicate. Extends IJVMBridgeBase
public interface IPredicate<K, V> : IJVMBridgeBase, IJVMBridgeDefinitionType Parameters
- K
- The data associated to the event 
- V
- The 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
- o1K
- The Predicate object 
- o2V
- The Predicate object 
Returns
- bool
- The test evaluation