Class ValueJoinerWithKey<K1, V1, V2, VR>
Listener for Kafka ValueJoinerWithKey. Extends JVMBridgeListener, implements IValueJoinerWithKey<K1, V1, V2, VR>
public class ValueJoinerWithKey<K1, V1, V2, VR> : JVMBridgeListener, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IValueJoinerWithKey<K1, V1, V2, VR>, IJVMBridgeBase, IJVMBridgeDefinition
Type Parameters
K1
V1
V2
VR
- Inheritance
-
ValueJoinerWithKey<K1, V1, V2, VR>
- Implements
-
IValueJoinerWithKey<K1, V1, V2, VR>
- Derived
- Inherited Members
Remarks
Dispose the object to avoid a resource leak, the object contains a reference to the corresponding JVM object
Constructors
ValueJoinerWithKey()
Default constructor: even if the corresponding Java class does not have one, it is mandatory for JCOBridge
public ValueJoinerWithKey()
ValueJoinerWithKey(params object[])
Generic constructor: it is useful for JCOBridge when there is a derived class which needs to pass arguments to the highest JVMBridgeBase class
public ValueJoinerWithKey(params object[] args)
Parameters
args
object[]
Properties
BridgeClassName
Java class name to be instantiated
public override string BridgeClassName { get; }
Property Value
OnApply
public Func<K1, V1, V2, VR> OnApply { get; set; }
Property Value
- Func<K1, V1, V2, VR>
Remarks
If OnApply has a value it takes precedence over corresponding class method
Methods
Apply(K1, V1, V2)
public virtual VR Apply(K1 arg0, V1 arg1, V2 arg2)
Parameters
arg0
K1K1
arg1
V1V1
arg2
V2V2
Returns
- VR
VR
InitializeHandlers()
Handlers initializer for ValueJoinerWithKey
protected virtual void InitializeHandlers()