| Package | Description |
|---|---|
| org.noear.solon.cloud.annotation | |
| org.noear.solon.cloud.impl | |
| org.noear.solon.cloud.model | |
| org.noear.solon.cloud.service |
| Modifier and Type | Method and Description |
|---|---|
static EventLevel |
EventLevel.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EventLevel[] |
EventLevel.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| 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 | Method and Description |
|---|---|
EventLevel |
EventObserver.getLevel() |
| Modifier and Type | Method and Description |
|---|---|
Collection<String> |
EventObserverMap.getTagsByLevel(EventLevel eventLevel)
获取所有标签,根据 eventLevel 过滤
|
| Constructor and Description |
|---|
EventObserver(EventLevel level,
String group,
String topic,
String tag,
int qos) |
| 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.