public interface RecordHandler<T,U>
extends io.vertx.core.Handler<org.apache.kafka.clients.consumer.ConsumerRecord<T,U>>
Modifier and Type | Method and Description |
---|---|
static RecordHandler<byte[],byte[]> |
createByteHandler(ProxyInfoStoreClient client) |
void |
handle(org.apache.kafka.clients.consumer.ConsumerRecord<T,U> rec) |
static RecordHandler<byte[],byte[]> createByteHandler(ProxyInfoStoreClient client)
Copyright © 2022. All Rights Reserved.