| 接口 | 说明 |
|---|---|
| IScope |
作用域对象
|
| 类 | 说明 |
|---|---|
| BaseScope |
作用域对象
|
| CloseableScope |
将 Closeable 转为 IScope
|
| ClosingOnShutdown |
关机时要关闭的资源
|
| GlobalAllRequestScope | |
| GlobalHttpRequestScope | |
| GlobalRpcRequestScope | |
| IRequestScope |
请求作用域
对应的请求处理器, 承诺在请求处理前后调用其 beginScope()/endScope()
|