Class SendResult<K,V>
java.lang.Object
org.springframework.kafka.support.SendResult<K,V>
- Type Parameters:
K
- the key type.V
- the value type.
Result for a
CompletableFuture
after a send.- Author:
- Gary Russell
-
Constructor Summary
ConstructorDescriptionSendResult
(org.apache.kafka.clients.producer.ProducerRecord<K, V> producerRecord, org.apache.kafka.clients.producer.RecordMetadata recordMetadata) -
Method Summary