Table of Contents

Class Initializer

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

Constructors

Initializer()

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

public Initializer()

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

Parameters

args object[]

Properties

BridgeClassName

Java class name to be instantiated

public override string BridgeClassName { get; }

Property Value

string

OnApply

public Func<object> OnApply { get; set; }

Property Value

Func<object>

Remarks

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

Methods

Apply()

public virtual object Apply()

Returns

object

object

InitializeHandlers()

Handlers initializer for Initializer

protected virtual void InitializeHandlers()