Package | Description |
---|---|
com.obs.services.model |
Modifier and Type | Field and Description |
---|---|
protected List<EventTypeEnum> |
AbstractNotification.events |
Modifier and Type | Method and Description |
---|---|
static EventTypeEnum |
EventTypeEnum.getValueFromCode(String code) |
static EventTypeEnum |
EventTypeEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EventTypeEnum[] |
EventTypeEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
List<EventTypeEnum> |
AbstractNotification.getEventTypes()
Obtain the list of event types that need to be notified.
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractNotification.setEventTypes(List<EventTypeEnum> events)
Set the list of event types that need to be notified.
|
Constructor and Description |
---|
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 © 2020. All rights reserved.