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

cn.flood.cloud.gateway.service.SafeRuleService Maven / Gradle / Ivy

There is a newer version: 2.7.14.0
Show newest version
package cn.flood.cloud.gateway.service;

import org.springframework.web.server.ServerWebExchange;
import reactor.core.publisher.Mono;

/**
 * 安全规则业务类
 * @author mmdai
 */
public interface SafeRuleService {

    /**
     * 黑名单过滤
     * @param exchange
     * @return
     */
    Mono filterBlackList(ServerWebExchange exchange);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy