com.wichell.framework.kafka.KafKaProcess Maven / Gradle / Ivy
package com.wichell.framework.kafka;
import com.wichell.framework.bean.MsgBean;
public interface KafKaProcess {
public void process(MsgBean msgBean);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy