Table of Contents

Interface IKeyValueMapper<K, V, VR>

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

Listener for Kafka KeyValueMapper. Extends IJVMBridgeBase

public interface IKeyValueMapper<K, V, VR> : IJVMBridgeBase, IJVMBridgeDefinition

Type Parameters

K

The data associated to the event

V

The data associated to the event

VR

The result value

Inherited Members

Methods

Apply(K, V)

Executes the KeyValueMapper action in the CLR

VR Apply(K o1, V o2)

Parameters

o1 K

The KeyValueMapper object

o2 V

The KeyValueMapper object

Returns

VR

The VR apply evaluation