Table of Contents

Interface IReducer<V>

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

Listener for Kafka Reducer. Extends IJVMBridgeBase

public interface IReducer<V> : IJVMBridgeBase, IJVMBridgeDefinition

Type Parameters

V

The data associated to the event

Inherited Members

Methods

Apply(V, V)

Executes the Reducer action in the CLR

V Apply(V o1, V o2)

Parameters

o1 V

The Reducer object

o2 V

The Reducer object

Returns

V

The V apply evaluation