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