Table of Contents

Class NamedOperation<T>

Namespace
Org.Apache.Kafka.Streams.Kstream
Assembly
MASES.KNet.dll
public class NamedOperation<T> : NamedOperation, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, INamedOperation<T>, IJVMBridgeBase, IJVMBridgeDefinition where T : NamedOperation<T>

Type Parameters

T
Inheritance
NamedOperation<T>
Implements
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[]