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

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

package com.lorne.sds.server.service;

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

/**
 * create by lorne on 2017/10/14
 */
public interface DeliveryServerService {

    String SOCKET_SERVER_KEY = "SOCKET-SERVER";

    Server getOkServer();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy