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,
io.vertx.core.Vertx vertx) |
void |
handle(org.apache.kafka.clients.consumer.ConsumerRecord<T,U> rec) |
static RecordHandler<byte[],byte[]> createByteHandler(ProxyInfoStoreClient client, io.vertx.core.Vertx vertx)
Copyright © 2023. All Rights Reserved.