@FunctionalInterface public interface ExFilterSync extends ExFilter
| Modifier and Type | Method and Description |
|---|---|
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)
ExFilterCopyright © 2025. All rights reserved.