public interface DMInterceptor
| 限定符和类型 | 接口和说明 |
|---|---|
static class |
DMInterceptor.ACTION |
| 限定符和类型 | 方法和说明 |
|---|---|
int |
after(Runtime runtime,
RunPrepare prepare,
ConfigStore configs,
String... conditions) |
int |
before(Runtime runtime,
RunPrepare prepare,
ConfigStore configs,
String... conditions) |
default int |
order() |
default int order()
int before(Runtime runtime, RunPrepare prepare, ConfigStore configs, String... conditions)
int after(Runtime runtime, RunPrepare prepare, ConfigStore configs, String... conditions)
Copyright © 2023. All rights reserved.