Table of Contents

Interface IStateRestoreCallback

Namespace
Org.Apache.Kafka.Streams.Processor
Assembly
MASES.KNet.dll

Listener for Kafka StateRestoreCallback. Extends IJVMBridgeBase

public interface IStateRestoreCallback : IJVMBridgeBase, IJVMBridgeDefinition
Inherited Members

Methods

Restore(byte[], byte[])

Executes the StateRestoreCallback action in the CLR

void Restore(byte[] key, byte[] value)

Parameters

key byte[]

The StateRestoreCallback key

value byte[]

The StateRestoreCallback value