@FunctionalInterface public interface ExFilterSync extends ExFilter
| 限定符和类型 | 方法和说明 |
|---|---|
default org.noear.solon.rx.Completable |
doFilter(ExContext ctx,
ExFilterChain chain)
过滤
|
boolean |
doFilterSync(ExContext ctx)
执行过滤同步处理(一般用于同步 io)
|
default org.noear.solon.rx.Completable doFilter(ExContext ctx, ExFilterChain chain)
ExFilterboolean doFilterSync(ExContext ctx) throws java.lang.Throwable
ctx - 上下文java.lang.Throwable