Class TenantClientQuotaFormatter
java.lang.Object
io.confluent.kafka.multitenant.quota.TenantClientQuotaFormatter
- All Implemented Interfaces:
Closeable,AutoCloseable,org.apache.kafka.common.Configurable,org.apache.kafka.common.MessageFormatter
public class TenantClientQuotaFormatter
extends Object
implements org.apache.kafka.common.MessageFormatter
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidwriteTo(org.apache.kafka.clients.consumer.ConsumerRecord<byte[], byte[]> consumerRecord, PrintStream output) Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.kafka.common.MessageFormatter
close, configure
-
Constructor Details
-
TenantClientQuotaFormatter
public TenantClientQuotaFormatter()
-
-
Method Details
-
writeTo
public void writeTo(org.apache.kafka.clients.consumer.ConsumerRecord<byte[], byte[]> consumerRecord, PrintStream output) - Specified by:
writeToin interfaceorg.apache.kafka.common.MessageFormatter
-