程序包 | 说明 |
---|---|
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()
获取需要发布通知消息的消息类型列表
|
限定符和类型 | 方法和说明 |
---|---|
void |
AbstractNotification.setEventTypes(List<EventTypeEnum> events)
设置需要发布通知消息的消息类型列表
|
构造器和说明 |
---|
AbstractNotification(String id,
AbstractNotification.Filter filter,
List<EventTypeEnum> events)
构造函数
|
FunctionGraphConfiguration(String id,
AbstractNotification.Filter filter,
String functionGraph,
List<EventTypeEnum> events)
构造函数
|
TopicConfiguration(String id,
AbstractNotification.Filter filter,
String topic,
List<EventTypeEnum> events)
构造函数
|
Copyright © 2019. All rights reserved.