Table of Contents

Class Produced

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

Constructors

Produced()

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

public Produced()

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

Parameters

args object[]

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 Closeable

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

As(String)

public static Produced As(String arg0)

Parameters

arg0 String

String

Returns

Produced

Produced

KeySerde(Serde)

public static Produced KeySerde(Serde arg0)

Parameters

arg0 Serde

Serde

Returns

Produced

Produced

StreamPartitioner(StreamPartitioner)

public static Produced StreamPartitioner(StreamPartitioner arg0)

Parameters

arg0 StreamPartitioner

StreamPartitioner

Returns

Produced

Produced

ValueSerde(Serde)

public static Produced ValueSerde(Serde arg0)

Parameters

arg0 Serde

Serde

Returns

Produced

Produced

With(Serde, Serde)

public static Produced With(Serde arg0, Serde arg1)

Parameters

arg0 Serde

Serde

arg1 Serde

Serde

Returns

Produced

Produced

With(Serde, Serde, StreamPartitioner)

public static Produced With(Serde arg0, Serde arg1, StreamPartitioner arg2)

Parameters

arg0 Serde

Serde

arg1 Serde

Serde

arg2 StreamPartitioner

StreamPartitioner

Returns

Produced

Produced

WithKeySerde(Serde)

public Produced WithKeySerde(Serde arg0)

Parameters

arg0 Serde

Serde

Returns

Produced

Produced

WithStreamPartitioner(StreamPartitioner)

public Produced WithStreamPartitioner(StreamPartitioner arg0)

Parameters

arg0 StreamPartitioner

StreamPartitioner

Returns

Produced

Produced

WithValueSerde(Serde)

public Produced WithValueSerde(Serde arg0)

Parameters

arg0 Serde

Serde

Returns

Produced

Produced