me.zhyd.braum.spring.boot.BraumProcessor Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of braum-spring-boot-starter Show documentation
Show all versions of braum-spring-boot-starter Show documentation
Spring Boot Support for Braum
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