Interface IOffsetCommitCallback
Listener for Kafka OffsetCommitCallback. Extends IJVMBridgeBase
public interface IOffsetCommitCallback : IJVMBridgeBase, IJVMBridgeDefinition
- Inherited Members
Methods
OnComplete(Map<TopicPartition, OffsetAndMetadata>, JVMBridgeException)
Executes the Callback action in the CLR
void OnComplete(Map<TopicPartition, OffsetAndMetadata> offsets, JVMBridgeException exception)
Parameters
offsets
Map<TopicPartition, OffsetAndMetadata>The Map<K, V> object
exception
JVMBridgeExceptionThe JVMBridgeException object