定义消息业务发送接口
package com.example.zcw.kafka;
/**
* @ClassName : IMessageProducer
* @Description : 定义消息业务发送接口
* @Author : Zhaocunwei
* @Date: 2020-04-07 18:55
*/
public interface IMessageProducer {
定义消息业务发送接口
package com.example.zcw.kafka;
/**
* @ClassName : IMessageProducer
* @Description : 定义消息业务发送接口
* @Author : Zhaocunwei
* @Date: 2020-04-07 18:55
*/
public interface IMessageProducer {