| Package | Description |
|---|---|
| org.noear.solon.cloud | |
| org.noear.solon.cloud.impl | |
| org.noear.solon.cloud.model | |
| org.noear.solon.cloud.proxy | |
| org.noear.solon.cloud.service |
| Modifier and Type | Field and Description |
|---|---|
protected static Map<CloudEvent,CloudEventHandler> |
CloudManager.eventHandlerMap |
| Modifier and Type | Method and Description |
|---|---|
boolean |
CloudEventInterceptor.doIntercept(Event event,
CloudEventHandler handler) |
static void |
CloudManager.register(CloudEvent anno,
CloudEventHandler handler)
登记事件订阅
|
| Modifier and Type | Method and Description |
|---|---|
void |
CloudEventServiceManagerImpl.attention(EventLevel level,
String channel,
String group,
String topic,
String tag,
int qos,
CloudEventHandler observer)
关注事件
|
| Modifier and Type | Class and Description |
|---|---|
class |
EventObserver
云端事件主题观察者(可以添加多个处理,用于二级分发)
|
| Modifier and Type | Method and Description |
|---|---|
void |
EventObserver.addHandler(CloudEventHandler handler)
添加云事件处理
|
| Modifier and Type | Class and Description |
|---|---|
class |
CloudEventHandlerProxy
云事件处理类原型代理
|
| Modifier and Type | Method and Description |
|---|---|
void |
CloudEventObserverManger.add(String topic,
EventLevel level,
String group,
String topicRaw,
String tag,
int qos,
CloudEventHandler handler)
添加主题事件处理
|
void |
CloudEventService.attention(EventLevel level,
String channel,
String group,
String topic,
String tag,
int qos,
CloudEventHandler observer)
关注事件(相当于订阅)
|
Copyright © 2025. All rights reserved.