Class KafkaSendFailureException

All Implemented Interfaces:
Serializable

public class KafkaSendFailureException extends MessagingException
An exception that is the payload of an ErrorMessage when a send fails.
Since:
5.4
Author:
Gary Russell, Artem Bilan
See Also:
  • Constructor Details Link icon

    • KafkaSendFailureException Link icon

      public KafkaSendFailureException(Message<?> message, org.apache.kafka.clients.producer.ProducerRecord<?,?> record, Throwable cause)
  • Method Details Link icon

    • getRecord Link icon

      public org.apache.kafka.clients.producer.ProducerRecord<?,?> getRecord()
    • toString Link icon

      public String toString()
      Overrides:
      toString in class MessagingException