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

com.lorne.sds.server.service.AdminService 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;

import java.util.List;

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

    List models();

    List connections(String key);

    DeliveryModel getSetting();

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy