Table of Contents

Interface IValueMapperWithKey<K, V, VR>

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

Listener for Kafka ValueMapperWithKey. Extends MASES.JCOBridge.C2JBridge.IJVMBridgeBase

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

Type Parameters

K

The key data associated to the event

V

The value data associated to the event

VR

The result data associated to the event

Inherited Members
IJVMBridgeBase.MonitorEnter()
IJVMBridgeBase.MonitorExit()
IJVMBridgeBase.IsInstanceOf(IJavaType)
IJVMBridgeBase.IsInstanceOf<T>()
IJVMBridgeBase.RuntimeIsInstanceOf<T>()
IJVMBridgeBase.CastTo<TNewClass>()
IJVMBridgeBase.CastDirect<TNewClass>()
IJVMBridgeBase.DynBridgeInstance
IJVMBridgeBase.BridgeInstance
IJVMBridgeDefinition.BridgeClassName
IJVMBridgeDefinition.IsBridgeInterface
IJVMBridgeDefinition.IsBridgeAbstract
IJVMBridgeDefinition.IsBridgeStatic
IJVMBridgeDefinition.IsBridgeCloseable
IJVMBridgeDefinition.IsBridgeListener

Methods

Apply(K, V)

Executes the ValueMapperWithKey action in the CLR

VR Apply(K readOnlyKey, V value)

Parameters

readOnlyKey K

The ValueMapperWithKey readOnlyKey

value V

The ValueMapperWithKey value

Returns

VR

The apply evaluation