Interface CommandsConsumer.ReplySender
- Enclosing class:
- CommandsConsumer
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Bridge to the actual Kafka send. Production wires this to
(record, callback) -> NxKafka.instance().sendBytesKeyRecord(record, callback).-
Method Summary
-
Method Details
-
send
void send(org.apache.kafka.clients.producer.ProducerRecord<byte[], Object> record, org.apache.kafka.clients.producer.Callback callback)
-