Interface IPredicate<K, V>
Listener for Kafka Predicate. Extends IJVMBridgeBase
public interface IPredicate<K, V> : IJVMBridgeBase, IJVMBridgeDefinition
Type 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
o1
KThe Predicate object
o2
VThe Predicate object
Returns
- bool
The test evaluation