| Package | Description |
|---|---|
| org.noear.dami | |
| org.noear.dami.bus | |
| org.noear.dami.bus.impl |
| Modifier and Type | Method and Description |
|---|---|
static void |
DamiConfig.configure(TopicRouter topicRouter)
配置总线的主体路由器
|
| Modifier and Type | Method and Description |
|---|---|
TopicRouter<C,R> |
DamiBusImpl.router()
路由器
|
TopicRouter<C,R> |
DamiBus.router()
路由器
|
| Modifier and Type | Method and Description |
|---|---|
void |
TopicDispatcher.dispatch(Payload<C,R> payload,
TopicRouter<C,R> router)
派发
|
DamiBusConfigurator<C,R> |
DamiBusConfigurator.topicRouter(TopicRouter<C,R> router)
配置主题路由器
|
DamiBusConfigurator<C,R> |
DamiBusImpl.topicRouter(TopicRouter<C,R> router)
设置主题路由器
|
| Constructor and Description |
|---|
DamiBusImpl(TopicRouter<C,R> router) |
| Modifier and Type | Class and Description |
|---|---|
class |
TopicRouterDefault<C,R>
主题路由器(默认啥希表实现方案)
|
class |
TopicRouterPatterned<C,R>
主题路由器(模式匹配实现方案;支持 * 和 ** 占位符;支持 / 或 .
|
| Modifier and Type | Method and Description |
|---|---|
void |
TopicDispatcherDefault.dispatch(Payload<C,R> payload,
TopicRouter<C,R> router)
派发
|
Copyright © 2025. All rights reserved.