Table of Contents

Class NamedOperation

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

Constructors

NamedOperation()

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

public NamedOperation()

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

Parameters

args object[]

Properties

BridgeClassName

public override string BridgeClassName { get; }

Property Value

string