| 程序包 | 说明 |
|---|---|
| org.noear.dami.api | |
| org.noear.dami.bus |
| 限定符和类型 | 类和说明 |
|---|---|
class |
MethodTopicListener |
| 限定符和类型 | 类和说明 |
|---|---|
class |
TopicListenPipeline<Event>
主题监听管道
|
| 限定符和类型 | 方法和说明 |
|---|---|
void |
TopicListenPipeline.add(int index,
TopicListener<Event> listener)
添加监听(带顺序位)
|
void |
TopicRouterImpl.add(String topic,
int index,
TopicListener<Payload<C,R>> listener)
添加监听
|
void |
TopicRouter.add(String topic,
int index,
TopicListener<Payload<C,R>> listener)
添加监听
|
void |
TopicListenPipeline.add(TopicListener<Event> listener)
添加监听
|
void |
DamiBusImpl.listen(String topic,
int index,
TopicListener<Payload<C,R>> listener)
监听
|
void |
DamiBus.listen(String topic,
int index,
TopicListener<Payload<C,R>> listener)
监听
|
void |
DamiBusImpl.listen(String topic,
TopicListener<Payload<C,R>> listener)
监听
|
void |
DamiBus.listen(String topic,
TopicListener<Payload<C,R>> listener)
监听
|
void |
TopicRouterImpl.remove(String topic,
TopicListener<Payload<C,R>> listener)
移除监听
|
void |
TopicRouter.remove(String topic,
TopicListener<Payload<C,R>> listener)
移除监听
|
void |
TopicListenPipeline.remove(TopicListener<Event> listener)
移除监听
|
void |
DamiBusImpl.unlisten(String topic,
TopicListener<Payload<C,R>> listener)
取消监听
|
void |
DamiBus.unlisten(String topic,
TopicListener<Payload<C,R>> listener)
取消监听
|
Copyright © 2023. All rights reserved.