Table of Contents

Class FixedKeyProcessorSupplier

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

Constructors

FixedKeyProcessorSupplier()

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

public FixedKeyProcessorSupplier()

FixedKeyProcessorSupplier(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

[Obsolete("This public initializer is needed for JCOBridge internal use, other uses can produce unidentible behaviors.")]
public FixedKeyProcessorSupplier(params object[] args)

Parameters

args object[]

Properties

BridgeClassName

public override string BridgeClassName { get; }

Property Value

string