Table of Contents

Interface IMerger<K, V>

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

Listener for Kafka Merger. Extends IJVMBridgeBase

public interface IMerger<K, V> : IJVMBridgeBase, IJVMBridgeDefinition

Type Parameters

K

The data associated to the event

V

The data associated to the event

Inherited Members

Methods

Apply(K, V, V)

Executes the Merger action in the CLR

V Apply(K aggKey, V aggOne, V aggTwo)

Parameters

aggKey K

The Merger object

aggOne V

The Merger object

aggTwo V

The current aggregate value

Returns

V

The V apply evaluation