Table of Contents

Interface IForeachAction<K, V>

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

Listener for Kafka ForeachAction. Extends IJVMBridgeBase

public interface IForeachAction<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)

Executes the ForeachAction action in the CLR

void Apply(K o1, V o2)

Parameters

o1 K

The ForeachAction object

o2 V

The ForeachAction object