All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.lorne.sds.server.service.SettingService Maven / Gradle / Ivy

There is a newer version: 1.2.5
Show newest version
package com.lorne.sds.server.service;

import com.lorne.sds.server.model.DeliveryModel;

/**
 * create by lorne on 2017/12/6
 */
public interface SettingService {

    String getDeliveryIp();

    int getDeliveryPort();

    boolean testRedis();


    DeliveryModel loadSetting();

    int getCheckTime();

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy