| Package | Description |
|---|---|
| org.noear.dami.bus | |
| org.noear.dami.bus.impl |
| Modifier and Type | Class and Description |
|---|---|
class |
InterceptorEntity<C,R>
拦截器实体。
|
| Modifier and Type | Method and Description |
|---|---|
Interceptor<C,R> |
InterceptorEntity.getReal()
获取原拦截器
|
| Modifier and Type | Method and Description |
|---|---|
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)
拦截
|
| Constructor and Description |
|---|
InterceptorEntity(int index,
Interceptor<C,R> real) |
| Modifier and Type | Class and Description |
|---|---|
class |
TopicDispatcherDefault<C,R>
主题派发器默认实现
|
| Modifier and Type | Method and Description |
|---|---|
void |
TopicDispatcherDefault.addInterceptor(int index,
Interceptor interceptor)
添加拦截器
|
Copyright © 2025. All rights reserved.