Package | Description |
---|---|
com.espertech.esper.pattern.observer |
Pattern observer classes the observe timer events
|
Modifier and Type | Method and Description |
---|---|
static ObserverEnum |
ObserverEnum.forName(String namespace,
String name)
Returns observer enum for namespace name and observer name.
|
static ObserverEnum |
ObserverEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ObserverEnum[] |
ObserverEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|