Class DeliveryReport<TKey, TValue>
The result of a produce request.
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Confluent.Kafka
Assembly: cs.temp.dll.dll
Syntax
public class DeliveryReport<TKey, TValue> : DeliveryResult<TKey, TValue>
Type Parameters
Name | Description |
---|---|
TKey | |
TValue |
Properties
Error
An error (or NoError) associated with the message.
Declaration
public Error Error { get; set; }
Property Value
Type | Description |
---|---|
Error |
TopicPartitionOffsetError
The TopicPartitionOffsetError associated with the message.
Declaration
public TopicPartitionOffsetError TopicPartitionOffsetError { get; set; }
Property Value
Type | Description |
---|---|
TopicPartitionOffsetError |