Class KafkaSendResult<K,V>
- java.lang.Object
-
- org.birchframework.framework.kafka.KafkaSendResult<K,V>
-
public class KafkaSendResult<K,V> extends Object
- Author:
- Keivan Khalichi
-
-
Constructor Summary
Constructors Constructor Description KafkaSendResult(org.springframework.kafka.support.SendResult<K,V> theResult)KafkaSendResult(org.springframework.kafka.support.SendResult<K,V> theResult, boolean theHasError, Throwable theException)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ThrowablegetException()Getter forexceptionbooleangetHasError()Getter forhasErrororg.springframework.kafka.support.SendResult<K,V>getResult()Getter forresult
-