com.feingto.iot.common.service.ResponseCallback Maven / Gradle / Ivy
package com.feingto.iot.common.service;
/**
* 响应回调接口
*
* @author longfei
*/
public interface ResponseCallback {
void onResponse(T t);
void onFailure(Throwable e);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy