Package org.apache.kafka.common.header
Interface Header
-
public interface Header
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
key()
byte[]
value()
-
-
-
Method Detail
-
key
String key()
-
value
byte[] value()
-
-