Package | Description |
---|---|
com.espertech.esper.client.annotation |
This package defines the Esper EPL annotations, which prefix EPL statements for the purpose of adding statement
information.
|
com.espertech.esper.epl.core.engineimport |
Engine import handling
|
Modifier and Type | Method and Description |
---|---|
static HookType |
HookType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static HookType[] |
HookType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static java.lang.Object |
EngineImportUtil.getAnnotationHook(java.lang.annotation.Annotation[] annotations,
HookType hookType,
java.lang.Class interfaceExpected,
EngineImportService engineImportService)
Returns an instance of a hook as specified by an annotation.
|