Table of Contents

Namespace Org.Apache.Kafka.Streams.Processor

Classes

BatchingStateRestoreCallback

https://www.javadoc.io/doc/org.apache.kafka/kafka-streams/4.2.1/org/apache/kafka/streams/processor/BatchingStateRestoreCallback.html

BatchingStateRestoreCallbackDirect

Concrete CLR representation of BatchingStateRestoreCallback returned by the JVM.

Cancellable

https://www.javadoc.io/doc/org.apache.kafka/kafka-streams/4.2.1/org/apache/kafka/streams/processor/Cancellable.html

CommitCallback

https://www.javadoc.io/doc/org.apache.kafka/kafka-streams/4.2.1/org/apache/kafka/streams/processor/CommitCallback.html

ConnectedStoreProvider

https://www.javadoc.io/doc/org.apache.kafka/kafka-streams/4.2.1/org/apache/kafka/streams/processor/ConnectedStoreProvider.html

FailOnInvalidTimestamp

https://www.javadoc.io/doc/org.apache.kafka/kafka-streams/4.2.1/org/apache/kafka/streams/processor/FailOnInvalidTimestamp.html

LogAndSkipOnInvalidTimestamp

https://www.javadoc.io/doc/org.apache.kafka/kafka-streams/4.2.1/org/apache/kafka/streams/processor/LogAndSkipOnInvalidTimestamp.html

ProcessorContext

https://www.javadoc.io/doc/org.apache.kafka/kafka-streams/4.2.1/org/apache/kafka/streams/processor/ProcessorContext.html

PunctuationType

https://www.javadoc.io/doc/org.apache.kafka/kafka-streams/4.2.1/org/apache/kafka/streams/processor/PunctuationType.html

Punctuator

https://www.javadoc.io/doc/org.apache.kafka/kafka-streams/4.2.1/org/apache/kafka/streams/processor/Punctuator.html

PunctuatorDirect

Concrete CLR representation of Punctuator returned by the JVM.

RecordContext

https://www.javadoc.io/doc/org.apache.kafka/kafka-streams/4.2.1/org/apache/kafka/streams/processor/RecordContext.html

StandbyUpdateListener

https://www.javadoc.io/doc/org.apache.kafka/kafka-streams/4.2.1/org/apache/kafka/streams/processor/StandbyUpdateListener.html

StandbyUpdateListener.SuspendReason

https://www.javadoc.io/doc/org.apache.kafka/kafka-streams/4.2.1/org/apache/kafka/streams/processor/StandbyUpdateListener.SuspendReason.html

StandbyUpdateListenerDirect

Concrete CLR representation of StandbyUpdateListener returned by the JVM.

StateRestoreCallback

Listener for Kafka StateRestoreCallback. Extends JVMBridgeListener, implements IStateRestoreCallback

StateRestoreCallbackDirect

Concrete CLR representation of StateRestoreCallback returned by the JVM.

StateRestoreListener

Listener for Kafka StateRestoreListener. Extends JVMBridgeListener, implements IStateRestoreListener

StateRestoreListenerDirect

Concrete CLR representation of StateRestoreListener returned by the JVM.

StateStore

https://www.javadoc.io/doc/org.apache.kafka/kafka-streams/4.2.1/org/apache/kafka/streams/processor/StateStore.html

StateStoreContext

https://www.javadoc.io/doc/org.apache.kafka/kafka-streams/4.2.1/org/apache/kafka/streams/processor/StateStoreContext.html

StreamPartitioner

https://www.javadoc.io/doc/org.apache.kafka/kafka-streams/4.2.1/org/apache/kafka/streams/processor/StreamPartitioner.html

StreamPartitionerDirect

Concrete CLR representation of StreamPartitioner returned by the JVM.

StreamPartitionerDirect<K, V>

Concrete CLR representation of StreamPartitioner returned by the JVM.

StreamPartitioner<K, V>

Listener for Kafka StreamPartitioner. Extends JVMBridgeListener, implements IStreamPartitioner<K, V>

TaskId

https://www.javadoc.io/doc/org.apache.kafka/kafka-streams/4.2.1/org/apache/kafka/streams/processor/TaskId.html

TimestampExtractor

Listener for Kafka TimestampExtractor. Extends JVMBridgeListener, implements ITimestampExtractor

TimestampExtractorDirect

Concrete CLR representation of TimestampExtractor returned by the JVM.

To

https://www.javadoc.io/doc/org.apache.kafka/kafka-streams/4.2.1/org/apache/kafka/streams/processor/To.html

TopicNameExtractor

https://www.javadoc.io/doc/org.apache.kafka/kafka-streams/4.2.1/org/apache/kafka/streams/processor/TopicNameExtractor.html

TopicNameExtractorDirect

Concrete CLR representation of TopicNameExtractor returned by the JVM.

TopicNameExtractorDirect<K, V>

Concrete CLR representation of TopicNameExtractor returned by the JVM.

TopicNameExtractor<K, V>

Listener for Kafka TopicNameExtractor. Extends JVMBridgeListener, implements ITopicNameExtractor<K, V>

UsePartitionTimeOnInvalidTimestamp

https://www.javadoc.io/doc/org.apache.kafka/kafka-streams/4.2.1/org/apache/kafka/streams/processor/UsePartitionTimeOnInvalidTimestamp.html

WallclockTimestampExtractor

https://www.javadoc.io/doc/org.apache.kafka/kafka-streams/4.2.1/org/apache/kafka/streams/processor/WallclockTimestampExtractor.html

Interfaces

IBatchingStateRestoreCallback

.NET interface for org.mases.knet.generated.org.apache.kafka.streams.processor.BatchingStateRestoreCallback implementing https://www.javadoc.io/doc/org.apache.kafka/kafka-streams/4.2.1/org/apache/kafka/streams/processor/BatchingStateRestoreCallback.html

ICancellable

.NET interface skeleton to be manually developed following https://www.javadoc.io/doc/org.apache.kafka/kafka-streams/4.2.1/org/apache/kafka/streams/processor/Cancellable.html

ICommitCallback

.NET interface skeleton to be manually developed following https://www.javadoc.io/doc/org.apache.kafka/kafka-streams/4.2.1/org/apache/kafka/streams/processor/CommitCallback.html

IConnectedStoreProvider

.NET interface skeleton to be manually developed following https://www.javadoc.io/doc/org.apache.kafka/kafka-streams/4.2.1/org/apache/kafka/streams/processor/ConnectedStoreProvider.html

IProcessorContext

.NET interface skeleton to be manually developed following https://www.javadoc.io/doc/org.apache.kafka/kafka-streams/4.2.1/org/apache/kafka/streams/processor/ProcessorContext.html

IPunctuator

.NET interface for org.mases.knet.generated.org.apache.kafka.streams.processor.Punctuator implementing https://www.javadoc.io/doc/org.apache.kafka/kafka-streams/4.2.1/org/apache/kafka/streams/processor/Punctuator.html

IRecordContext

.NET interface skeleton to be manually developed following https://www.javadoc.io/doc/org.apache.kafka/kafka-streams/4.2.1/org/apache/kafka/streams/processor/RecordContext.html

IStandbyUpdateListener

.NET interface for org.mases.knet.generated.org.apache.kafka.streams.processor.StandbyUpdateListener implementing https://www.javadoc.io/doc/org.apache.kafka/kafka-streams/4.2.1/org/apache/kafka/streams/processor/StandbyUpdateListener.html

IStateRestoreCallback

Listener for Kafka StateRestoreCallback. Extends IJVMBridgeBase

IStateRestoreListener

Listener for Kafka StateRestoreListener. Extends IJVMBridgeBase

IStateStore

.NET interface skeleton to be manually developed following https://www.javadoc.io/doc/org.apache.kafka/kafka-streams/4.2.1/org/apache/kafka/streams/processor/StateStore.html

IStateStoreContext

.NET interface skeleton to be manually developed following https://www.javadoc.io/doc/org.apache.kafka/kafka-streams/4.2.1/org/apache/kafka/streams/processor/StateStoreContext.html

IStreamPartitioner<K, V>

Listener for Kafka StreamPartitioner. Extends IJVMBridgeBase

ITimestampExtractor

Listener for Kafka TimestampExtractor. Extends IJVMBridgeBase

ITopicNameExtractor

Listener for Kafka TopicNameExtractor. Extends IJVMBridgeBase

ITopicNameExtractor<K, V>

Listener for Kafka TopicNameExtractor. Extends ITopicNameExtractor