Table of Contents

Class ProcessorContext<KForward, VForward>

Namespace
Org.Apache.Kafka.Streams.Processor.Api
Assembly
MASES.KNet.dll
public class ProcessorContext<KForward, VForward> : ProcessingContext, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBaseInstance>, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeBaseInstance, IJVMBridgeDefinition, IProcessorContext<KForward, VForward>, IProcessingContext

Type Parameters

KForward
VForward
Inheritance
ProcessorContext<KForward, VForward>
Implements
IProcessorContext<KForward, VForward>
Inherited Members

Constructors

ProcessorContext(IJVMBridgeBaseInitializer)

Initializer used internally by JCOBridge. Do not use directly.

[Obsolete("This public initializer is needed for JCOBridge internal use, other uses can produce unidentible behaviors.")]
public ProcessorContext(IJVMBridgeBaseInitializer initializer)

Parameters

initializer IJVMBridgeBaseInitializer

Properties

BridgeClassName

Java class name to be instantiated

public override string BridgeClassName { get; }

Property Value

string

IsBridgeAbstract

true if the BridgeClassName is an abstract class, i.e. cannot be created an instance

public override bool IsBridgeAbstract { get; }

Property Value

bool

IsBridgeCloseable

true if the BridgeClassName implements java.lang.AutoCloseable

public override bool IsBridgeCloseable { get; }

Property Value

bool

IsBridgeInterface

true if the BridgeClassName is an interface, i.e. does not have any public constructor

public override bool IsBridgeInterface { get; }

Property Value

bool

IsBridgeStatic

true if the BridgeClassName is a static class, i.e. does not have any public constructor

public override bool IsBridgeStatic { get; }

Property Value

bool

Methods

Forward<K, V>(Record<K, V>)

public void Forward<K, V>(Record<K, V> arg0) where K : KForward where V : VForward

Parameters

arg0 Record<K, V>

Record

Type Parameters

K

KForward

V

VForward

Forward<K, V>(Record<K, V>, String)

public void Forward<K, V>(Record<K, V> arg0, String arg1) where K : KForward where V : VForward

Parameters

arg0 Record<K, V>

Record

arg1 String

String

Type Parameters

K

KForward

V

VForward

Operators

implicit operator ProcessorContext(ProcessorContext<KForward, VForward>)

public static implicit operator ProcessorContext(ProcessorContext<KForward, VForward> t)

Parameters

t ProcessorContext<KForward, VForward>

Returns

ProcessorContext