Uses of Interface
com.espertech.esper.common.client.EventBeanFactory
Packages that use EventBeanFactory
Package
Description
Virtual data window extension API classes.
-
Uses of EventBeanFactory in com.espertech.esper.common.client.hook.vdw
Methods in com.espertech.esper.common.client.hook.vdw that return EventBeanFactoryModifier and TypeMethodDescriptionVirtualDataWindowContext.getEventFactory()
Returns the factory for creating instances of EventBean from rows.Constructors in com.espertech.esper.common.client.hook.vdw with parameters of type EventBeanFactoryModifierConstructorDescriptionVirtualDataWindowContext
(com.espertech.esper.common.internal.epl.virtualdw.VirtualDWViewFactory factory, com.espertech.esper.common.internal.view.core.AgentInstanceViewFactoryChainContext agentInstanceViewFactoryContext, EventBeanFactory eventBeanFactory, com.espertech.esper.common.internal.epl.virtualdw.VirtualDataWindowOutStreamImpl outputStream) Ctor.