Uses of Interface
com.espertech.esper.common.internal.statement.thread.ThreadingCommon
Package
Description
Object-array event type.
Avro event type core interfaces.
JavaBean and legacy Java underlying event classes are here.
Map-underlying event classes are here.
XML event wrappers
-
Uses of ThreadingCommon in com.espertech.esper.common.internal.event.arr
ModifierConstructorDescriptionEventSenderObjectArray
(EPRuntimeEventProcessWrapped runtimeEventSender, ObjectArrayEventType objectArrayEventType, EventBeanTypedEventFactory eventBeanTypedEventFactory, ThreadingCommon threadingService) Ctor. -
Uses of ThreadingCommon in com.espertech.esper.common.internal.event.avro
ModifierConstructorDescriptionEventSenderAvro
(EPRuntimeEventProcessWrapped runtimeEventSender, EventType eventType, EventBeanTypedEventFactory eventBeanTypedEventFactory, ThreadingCommon threadingService) Ctor. -
Uses of ThreadingCommon in com.espertech.esper.common.internal.event.bean.core
ModifierConstructorDescriptionEventSenderBean
(EPRuntimeEventProcessWrapped runtime, BeanEventType beanEventType, EventBeanTypedEventFactory eventBeanTypedEventFactory, ThreadingCommon threadingService) Ctor. -
Uses of ThreadingCommon in com.espertech.esper.common.internal.event.json.compiletime
ModifierConstructorDescriptionEventSenderJsonImpl
(EPRuntimeEventProcessWrapped runtimeEventSender, JsonEventType eventType, EventBeanTypedEventFactory eventBeanTypedEventFactory, ThreadingCommon threadingService) Ctor. -
Uses of ThreadingCommon in com.espertech.esper.common.internal.event.map
ModifierConstructorDescriptionEventSenderMap
(EPRuntimeEventProcessWrapped runtimeEventSender, MapEventType mapEventType, EventBeanTypedEventFactory eventBeanTypedEventFactory, ThreadingCommon threadingService) Ctor. -
Uses of ThreadingCommon in com.espertech.esper.common.internal.event.xml
ModifierConstructorDescriptionEventSenderXMLDOM
(EPRuntimeEventProcessWrapped runtimeEventSender, BaseXMLEventType baseXMLEventType, EventBeanTypedEventFactory eventBeanTypedEventFactory, ThreadingCommon threadingService) Ctor.