Soul 源码分析11 divide plugin分析
SOUL: divide plugin通过上一节的分析, 我们知道了请求被plugin chain处理是通过 SoulWebHandler 中的静态类 DefaultSoulPluginChain 来处理的@Override public Mono<Void> execute(final ServerWebExchange exchange) { return Mono.defer(() -> {