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

com.rt.service.Service Maven / Gradle / Ivy

There is a newer version: 1.1.17
Show newest version
/**
 *
 */
package com.rt.service;

/**
 * service interface
 *
 * @author msc
 */
public interface Service {

    /**
     * 执行远程服务接口
     *
     * @param context context
     * @return Object Object
     * @throws Exception exception
     */
    Object execute(Object context) throws Exception;

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy