Interface SaRouteFunction

Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface SaRouteFunction
路由拦截器验证方法的函数式接口,方便开发者进行 lambda 表达式风格调用
Since:
1.34.0
Author:
click33
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    run(SaRequest request, SaResponse response, Object handler)
    执行验证的方法
  • Method Details

    • run

      void run(SaRequest request, SaResponse response, Object handler)
      执行验证的方法
      Parameters:
      request - Request 包装对象
      response - Response 包装对象
      handler - 处理对象