クラス SendResult<K,V>

java.lang.ObjectSE
org.springframework.kafka.support.SendResult<K,V>
型パラメーター:
K - 鍵の型。
V - 値の型。

public class SendResult<K,V> extends ObjectSE
送信後の CompletableFutureSE の結果。
作成者:
Gary Russell
  • コンストラクターの詳細

    • SendResult

      public SendResult(org.apache.kafka.clients.producer.ProducerRecord<K,V> producerRecord, org.apache.kafka.clients.producer.RecordMetadata recordMetadata)
  • メソッドの詳細

    • getProducerRecord

      public org.apache.kafka.clients.producer.ProducerRecord<K,V> getProducerRecord()
    • getRecordMetadata

      public org.apache.kafka.clients.producer.RecordMetadata getRecordMetadata()
    • toString

      public StringSE toString()
      オーバーライド:
      クラス ObjectSEtoString