Table of Contents

Namespace Org.Apache.Kafka.Streams.Processor

Classes

BatchingStateRestoreCallback

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

BatchingStateRestoreCallbackDirect

Direct override of BatchingStateRestoreCallback or its generic type if there is one

Cancellable

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

CommitCallback

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

ConnectedStoreProvider

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

FailOnInvalidTimestamp

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

LogAndSkipOnInvalidTimestamp

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

ProcessorContext

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

PunctuationType

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

Punctuator

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

PunctuatorDirect

Direct override of Punctuator or its generic type if there is one

RecordContext

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

StandbyUpdateListener

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

StandbyUpdateListener.SuspendReason

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

StandbyUpdateListenerDirect

Direct override of StandbyUpdateListener or its generic type if there is one

StateRestoreCallback

Listener for Kafka StateRestoreCallback. Extends JVMBridgeListener, implements IStateRestoreCallback

StateRestoreCallbackDirect

Direct override of StateRestoreCallback or its generic type if there is one

StateRestoreListener

Listener for Kafka StateRestoreListener. Extends JVMBridgeListener, implements IStateRestoreListener

StateRestoreListenerDirect

Direct override of StateRestoreListener or its generic type if there is one

StateStore

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

StateStoreContext

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

StreamPartitioner

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

StreamPartitionerDirect

Direct override of StreamPartitioner or its generic type if there is one

StreamPartitionerDirect<K, V>

Direct override of StreamPartitioner or its generic type if there is one

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.0.0/org/apache/kafka/streams/processor/TaskId.html

TimestampExtractor

Listener for Kafka TimestampExtractor. Extends JVMBridgeListener, implements ITimestampExtractor

TimestampExtractorDirect

Direct override of TimestampExtractor or its generic type if there is one

To

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

TopicNameExtractor

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

TopicNameExtractorDirect

Direct override of TopicNameExtractor or its generic type if there is one

TopicNameExtractorDirect<K, V>

Direct override of TopicNameExtractor or its generic type if there is one

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.0.0/org/apache/kafka/streams/processor/UsePartitionTimeOnInvalidTimestamp.html

WallclockTimestampExtractor

https://www.javadoc.io/doc/org.apache.kafka/kafka-streams/4.0.0/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.0.0/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.0.0/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.0.0/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.0.0/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.0.0/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.0.0/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.0.0/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.0.0/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.0.0/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.0.0/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