Package org.springframework.kafka.core
Interface KafkaSendCallback<K,V>
- Type Parameters:
K
- the key type.V
- the value type.
- All Superinterfaces:
FailureCallback
,KafkaFailureCallback<K,
,V> ListenableFutureCallback<SendResult<K,
,V>> SuccessCallback<SendResult<K,
V>>
public interface KafkaSendCallback<K,V>
extends ListenableFutureCallback<SendResult<K,V>>, KafkaFailureCallback<K,V>
An enhanced
ListenableFutureCallback
for reporting
KafkaProducerException
s.- Since:
- 2.5
- Author:
- Gary Russell
-
Method Summary
Methods inherited from interface org.springframework.kafka.core.KafkaFailureCallback
onFailure, onFailure
Methods inherited from interface org.springframework.util.concurrent.SuccessCallback
onSuccess