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

me.zhyd.braum.spring.boot.BraumProcessor Maven / Gradle / Ivy

The newest version!
package me.zhyd.braum.spring.boot;

import javax.servlet.http.HttpServletRequest;

/**
 * @author yadong.zhang (yadong.zhang0415(a)gmail.com)
 * @version 1.0
 * @since 1.8
 */
public interface BraumProcessor {

    BraumResponse process(HttpServletRequest request);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy