1 2 3 4 5 6 7
package com.huaheng.api.Weighing.service; public interface BusinessService { void udpHandleMethod(String message) throws InterruptedException; }