Table of Contents

Interface IValueJoiner<V1, V2, VR>

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

Listener for Kafka ValueJoiner. Extends IJVMBridgeBase

public interface IValueJoiner<V1, V2, VR> : IJVMBridgeBase, IJVMBridgeDefinition

Type Parameters

V1

The data associated to the event

V2

The data associated to the event

VR

Aggregated value

Inherited Members

Methods

Apply(V1, V2)

Executes the ValueJoiner action in the CLR

VR Apply(V1 value1, V2 value2)

Parameters

value1 V1

The ValueJoiner object

value2 V2

The ValueJoiner object

Returns

VR

The VR apply evaluation