public class RoleBindingMetadataFormatter extends Object implements org.apache.kafka.common.MessageFormatter
| Constructor and Description |
|---|
RoleBindingMetadataFormatter() |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
void |
configure(Map<String,?> configs) |
void |
writeTo(org.apache.kafka.clients.consumer.ConsumerRecord<byte[],byte[]> consumerRecord,
PrintStream output) |
public void configure(Map<String,?> configs)
configure in interface org.apache.kafka.common.Configurableconfigure in interface org.apache.kafka.common.MessageFormatterpublic void writeTo(org.apache.kafka.clients.consumer.ConsumerRecord<byte[],byte[]> consumerRecord,
PrintStream output)
writeTo in interface org.apache.kafka.common.MessageFormatterpublic void close()
close in interface Closeableclose in interface AutoCloseableclose in interface org.apache.kafka.common.MessageFormatter