Table of Contents

Class ProcessorSupplier

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

Constructors

ProcessorSupplier()

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

public ProcessorSupplier()

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

Parameters

args object[]

Properties

BridgeClassName

public override string BridgeClassName { get; }

Property Value

string