Package | Description |
---|---|
com.espertech.esper.common.client.annotation |
This package defines the Esper EPL annotations, which prefix EPL statements for the purpose of adding statement
information.
|
com.espertech.esper.common.internal.settings | |
com.espertech.esper.common.internal.type |
Internal primitive, enum and other type representations
|
Modifier and Type | Method and Description |
---|---|
static HookType |
HookType.valueOf(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 Object |
ClasspathImportUtil.getAnnotationHook(Annotation[] annotations,
HookType hookType,
Class interfaceExpected,
ClasspathImportService classpathImportService)
Returns an instance of a hook as specified by an annotation.
|
Modifier and Type | Method and Description |
---|---|
HookType |
AnnotationHook.type() |
Constructor and Description |
---|
AnnotationHook(HookType type,
String hook) |
Copyright © 2005–2020. All rights reserved.