Table of Contents

Interface IPredicate<K, V>

Namespace
Org.Apache.Kafka.Streams.Kstream
Assembly
MASES.KNet.dll

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 K

The Predicate object

o2 V

The Predicate object

Returns

bool

The test evaluation