| 程序包 | 说明 |
|---|---|
| org.noear.dami.bus | |
| org.noear.dami.bus.impl |
| 限定符和类型 | 类和说明 |
|---|---|
class |
InterceptorEntity<C,R>
拦截器实体。
|
| 限定符和类型 | 方法和说明 |
|---|---|
Interceptor<C,R> |
InterceptorEntity.getReal()
获取原拦截器
|
| 限定符和类型 | 方法和说明 |
|---|---|
void |
TopicDispatcher.addInterceptor(int index,
Interceptor interceptor)
添加拦截器
|
default void |
DamiBus.intercept(Interceptor<C,R> interceptor)
拦截
|
void |
DamiBusImpl.intercept(int index,
Interceptor interceptor)
拦截
|
void |
DamiBus.intercept(int index,
Interceptor<C,R> interceptor)
拦截
|
| 构造器和说明 |
|---|
InterceptorEntity(int index,
Interceptor<C,R> real) |
| 限定符和类型 | 类和说明 |
|---|---|
class |
TopicDispatcherDefault<C,R>
主题派发器默认实现
|
| 限定符和类型 | 方法和说明 |
|---|---|
void |
TopicDispatcherDefault.addInterceptor(int index,
Interceptor interceptor)
添加拦截器
|
Copyright © 2023. All rights reserved.