Interface IHeader
Defines a Kafka message header.
Namespace: Confluent.Kafka
Assembly: Confluent.Kafka.dll
Syntax
public interface IHeader
Properties
Key
The header key.
Declaration
string Key { get; }
Property Value
| Type | Description |
|---|---|
| string |
Methods
GetValueBytes()
The serialized header value data.
Declaration
byte[] GetValueBytes()
Returns
| Type | Description |
|---|---|
| byte[] |