Class KafkaSendResult<K,​V>


  • public class KafkaSendResult<K,​V>
    extends Object
    Author:
    Keivan Khalichi
    • Constructor Detail

      • KafkaSendResult

        public KafkaSendResult​(org.springframework.kafka.support.SendResult<K,​V> theResult)
      • KafkaSendResult

        public KafkaSendResult​(org.springframework.kafka.support.SendResult<K,​V> theResult,
                               boolean theHasError,
                               Throwable theException)
    • Method Detail

      • getResult

        public org.springframework.kafka.support.SendResult<K,​V> getResult()
        Getter for result
      • getHasError

        public boolean getHasError()
        Getter for hasError