Table of Contents

Class ForeachAction

Namespace
Org.Apache.Kafka.Streams.Kstream
Assembly
MASES.KNet.dll
public class ForeachAction : JVMBridgeListener, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition
Inheritance
ForeachAction
Implements
Derived
Inherited Members

Constructors

ForeachAction()

Default constructor: even if the corresponding Java class does not have one, it is mandatory for JCOBridge

public ForeachAction()

ForeachAction(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 ForeachAction(params object[] args)

Parameters

args object[]

Properties

BridgeClassName

Java class name to be instantiated

public override string BridgeClassName { get; }

Property Value

string

OnApply

public Action<object, object> OnApply { get; set; }

Property Value

Action<object, object>

Remarks

If OnApply has a value it takes precedence over corresponding class method

Methods

Apply(object, object)

public virtual void Apply(object arg0, object arg1)

Parameters

arg0 object

object

arg1 object

object

InitializeHandlers()

Handlers initializer for ForeachAction

protected virtual void InitializeHandlers()