| Package | Description |
|---|---|
| org.noear.dami.bus | |
| org.noear.dami.bus.impl |
| Modifier and Type | Method and Description |
|---|---|
List<TopicListenerHolder<C,R>> |
InterceptorChain.getTargets() |
List<TopicListenerHolder<C,R>> |
TopicRouter.matching(String topic)
路由匹配
|
| Constructor and Description |
|---|
InterceptorChain(List<InterceptorEntity> interceptors,
List<TopicListenerHolder<C,R>> targets) |
| Modifier and Type | Class and Description |
|---|---|
class |
Routing<C,R>
路由记录
|
class |
RoutingPath<C,R>
监听路由记录(path 模式)
|
class |
RoutingTag<C,R>
监听路由记录(tag 模式)
|
| Modifier and Type | Method and Description |
|---|---|
List<TopicListenerHolder<C,R>> |
TopicListenPipeline.getList() |
List<TopicListenerHolder<C,R>> |
TopicRouterPatterned.matching(String topic)
路由匹配
|
List<TopicListenerHolder<C,R>> |
TopicRouterDefault.matching(String topic)
路由匹配
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
TopicDispatcherDefault.doDispatch(Payload<C,R> payload,
List<TopicListenerHolder<C,R>> targets)
执行派发
|
Copyright © 2025. All rights reserved.