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

com.envision.core.MarsProcessor Maven / Gradle / Ivy

The newest version!
package com.envision.core;


import org.springframework.http.ResponseEntity;

/**
 * @author qiweishi
 * @date 2018/11/9
 */
public interface MarsProcessor {

    /**
     * 统一的方法调用
     *
     * @param     T
     * @param params params
     * @return T
     */
     ResponseEntity actor(Object... params);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy