Uses of Interface
com.espertech.esper.common.client.hook.expr.EventBeanService
Packages that use EventBeanService
Package
Description
Invocation contexts for external code.
-
Uses of EventBeanService in com.espertech.esper.common.client.hook.expr
Methods in com.espertech.esper.common.client.hook.expr that return EventBeanServiceModifier and TypeMethodDescriptionEPLMethodInvocationContext.getEventBeanService()
Returns event and event type services.EPLScriptContext.getEventBeanService()
Returns event and event type servicesConstructors in com.espertech.esper.common.client.hook.expr with parameters of type EventBeanServiceModifierConstructorDescriptionEPLMethodInvocationContext
(String statementName, int contextPartitionId, String runtimeURI, String functionName, Object statementUserObject, EventBeanService eventBeanService) Ctor.