public interface KafkaSendCallBack
void
before(String topic, String msg)
fail(String topic, String msg)
success(org.springframework.kafka.support.SendResult<String,String> stringStringSendResult, String msg)
void before(String topic, String msg)
topic
msg
void success(org.springframework.kafka.support.SendResult<String,String> stringStringSendResult, String msg)
stringStringSendResult
void fail(String topic, String msg)
Copyright © 2021. All rights reserved.