@Service public class Offers { @Async @Retryable(interceptor = "retryInterceptor") public void handleDeviceStatus(Data data) { //Here how shall i get the ...
確定! 回上一頁