| 程序包 | 说明 |
|---|---|
| com.obs.services.model |
| 限定符和类型 | 字段 | 说明 |
|---|---|---|
protected List<EventTypeEnum> |
AbstractNotification.events |
| 限定符和类型 | 方法 | 说明 |
|---|---|---|
static EventTypeEnum |
EventTypeEnum.getValueFromCode(String code) |
|
static EventTypeEnum |
EventTypeEnum.valueOf(String name)
返回带有指定名称的该类型的枚举常量。
|
|
static EventTypeEnum[] |
EventTypeEnum.values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
| 限定符和类型 | 方法 | 说明 |
|---|---|---|
List<EventTypeEnum> |
AbstractNotification.getEventTypes()
Obtain the list of event types that need to be notified.
|
| 限定符和类型 | 方法 | 说明 |
|---|---|---|
void |
AbstractNotification.setEventTypes(List<EventTypeEnum> events)
Set the list of event types that need to be notified.
|
| 构造器 | 说明 |
|---|---|
AbstractNotification(String id,
AbstractNotification.Filter filter,
List<EventTypeEnum> events)
Constructor
|
|
FunctionGraphConfiguration(String id,
AbstractNotification.Filter filter,
String functionGraph,
List<EventTypeEnum> events)
Constructor
|
|
TopicConfiguration(String id,
AbstractNotification.Filter filter,
String topic,
List<EventTypeEnum> events)
Constructor
|
Copyright © 2025. All rights reserved.