Table of Contents

Interface IValueMapper<V, VR>

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

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

public interface IValueMapper<V, VR> : IJVMBridgeBase, IJVMBridgeDefinition

Type Parameters

V

The 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(V)

Executes the ValueMapper action in the CLR

VR Apply(V o1)

Parameters

o1 V

The ValueMapper object

Returns

VR

The apply evaluation