Package | Description |
---|---|
com.espertech.esper.client.hook |
Callback interfaces for use with statement annotations.
|
com.espertech.esper.epl.expression.core |
Core expression classes.
|
com.espertech.esper.epl.script |
Script expression evaluation.
|
com.espertech.esper.event |
This package defines the internal event APIs.
|
Modifier and Type | Method and Description |
---|---|
EventBeanService |
EPLScriptContext.getEventBeanService()
Returns event and event type services
|
EventBeanService |
EPLMethodInvocationContext.getEventBeanService()
Returns event and event type services.
|
Constructor and Description |
---|
EPLMethodInvocationContext(String statementName,
int contextPartitionId,
String engineURI,
String functionName,
Object statementUserObject,
EventBeanService eventBeanService)
Ctor.
|
Constructor and Description |
---|
ExprNodeUtilExprMethodContext(String engineURI,
String functionName,
EventBeanService eventBeanService) |
Modifier and Type | Method and Description |
---|---|
EventBeanService |
AgentInstanceScriptContext.getEventBeanService() |
Modifier and Type | Interface and Description |
---|---|
interface |
EventAdapterService
Interface for a service to resolve event names to event type.
|
Modifier and Type | Class and Description |
---|---|
class |
EventAdapterServiceImpl
Implementation for resolving event name to event type.
|