Uses of Interface
com.espertech.esper.common.internal.event.util.EPRuntimeEventProcessWrapped
Packages that use EPRuntimeEventProcessWrapped
Package
Description
Client API for data flows.
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 EPRuntimeEventProcessWrapped in com.espertech.esper.common.client.dataflow.core
Methods in com.espertech.esper.common.client.dataflow.core that return EPRuntimeEventProcessWrappedModifier and TypeMethodDescriptionEPDataFlowInstantiationOptions.getSurrogateEventSender()
Returns the event sender /runtime to useMethods in com.espertech.esper.common.client.dataflow.core with parameters of type EPRuntimeEventProcessWrappedModifier and TypeMethodDescriptionvoid
EPDataFlowInstantiationOptions.setSurrogateEventSender
(EPRuntimeEventProcessWrapped surrogateEventSender) Sets the event sender /runtime to use -
Uses of EPRuntimeEventProcessWrapped in com.espertech.esper.common.internal.context.util
Methods in com.espertech.esper.common.internal.context.util that return EPRuntimeEventProcessWrappedModifier and TypeMethodDescriptionAgentInstanceContext.getEPRuntimeEventProcessWrapped()
StatementContext.getEPRuntimeEventProcessWrapped()
StatementContextRuntimeServices.getEPRuntimeEventProcessWrapped()
Constructors in com.espertech.esper.common.internal.context.util with parameters of type EPRuntimeEventProcessWrappedModifierConstructorDescriptionStatementContextRuntimeServices
(Configuration configSnapshot, ContextManagementService contextManagementService, PathRegistry<String, ContextMetaData> contextPathRegistry, ContextServiceFactory contextServiceFactory, DatabaseConfigServiceRuntime databaseConfigService, DataFlowFilterServiceAdapter dataFlowFilterServiceAdapter, EPDataFlowServiceImpl dataflowService, String runtimeURI, Context runtimeEnvContext, ClasspathImportServiceRuntime classpathImportServiceRuntime, RuntimeSettingsService runtimeSettingsService, RuntimeExtensionServices runtimeExtensionServices, Object epRuntime, EPRenderEventService epRuntimeRenderEvent, EventServiceSendEventCommon eventServiceSendEventInternal, EPRuntimeEventProcessWrapped epRuntimeEventProcessWrapped, EventBeanService eventBeanService, EventBeanTypedEventFactory eventBeanTypedEventFactory, EventTableIndexService eventTableIndexService, EventTypeAvroHandler eventTypeAvroHandler, PathRegistry<String, EventType> eventTypePathRegistry, EventTypeRepositoryImpl eventTypeRepositoryPreconfigured, EventTypeResolvingBeanFactory eventTypeResolvingBeanFactory, ManagedReadWriteLock eventProcessingRWLock, ExceptionHandlingService exceptionHandlingService, ExpressionResultCacheService expressionResultCacheService, FilterBooleanExpressionFactory filterBooleanExpressionFactory, FilterSharedBoolExprRepository filterSharedBoolExprRepository, FilterSharedLookupableRepository filterSharedLookupableRepository, HistoricalDataCacheFactory historicalDataCacheFactory, InternalEventRouter internalEventRouter, MetricReportingService metricReportingService, NamedWindowConsumerManagementService namedWindowConsumerManagementService, NamedWindowManagementService namedWindowManagementService, PathRegistry<String, ContextMetaData> pathContextRegistry, PathRegistry<String, NamedWindowMetaData> pathNamedWindowRegistry, RowRecogStateRepoFactory rowRecogStateRepoFactory, ResultSetProcessorHelperFactory resultSetProcessorHelperFactory, SchedulingService schedulingService, StatementAgentInstanceLockFactory statementAgentInstanceLockFactory, StatementResourceHolderBuilder statementResourceHolderBuilder, TableExprEvaluatorContext tableExprEvaluatorContext, TableManagementService tableManagementService, VariableManagementService variableManagementService, ViewFactoryService viewFactoryService, ViewServicePreviousFactory viewServicePreviousFactory) -
Uses of EPRuntimeEventProcessWrapped in com.espertech.esper.common.internal.event.arr
Constructors in com.espertech.esper.common.internal.event.arr with parameters of type EPRuntimeEventProcessWrappedModifierConstructorDescriptionEventSenderObjectArray
(EPRuntimeEventProcessWrapped runtimeEventSender, ObjectArrayEventType objectArrayEventType, EventBeanTypedEventFactory eventBeanTypedEventFactory, ThreadingCommon threadingService) Ctor. -
Uses of EPRuntimeEventProcessWrapped in com.espertech.esper.common.internal.event.avro
Constructors in com.espertech.esper.common.internal.event.avro with parameters of type EPRuntimeEventProcessWrappedModifierConstructorDescriptionEventSenderAvro
(EPRuntimeEventProcessWrapped runtimeEventSender, EventType eventType, EventBeanTypedEventFactory eventBeanTypedEventFactory, ThreadingCommon threadingService) Ctor. -
Uses of EPRuntimeEventProcessWrapped in com.espertech.esper.common.internal.event.bean.core
Constructors in com.espertech.esper.common.internal.event.bean.core with parameters of type EPRuntimeEventProcessWrappedModifierConstructorDescriptionEventSenderBean
(EPRuntimeEventProcessWrapped runtime, BeanEventType beanEventType, EventBeanTypedEventFactory eventBeanTypedEventFactory, ThreadingCommon threadingService) Ctor. -
Uses of EPRuntimeEventProcessWrapped in com.espertech.esper.common.internal.event.json.compiletime
Constructors in com.espertech.esper.common.internal.event.json.compiletime with parameters of type EPRuntimeEventProcessWrappedModifierConstructorDescriptionEventSenderJsonImpl
(EPRuntimeEventProcessWrapped runtimeEventSender, JsonEventType eventType, EventBeanTypedEventFactory eventBeanTypedEventFactory, ThreadingCommon threadingService) Ctor. -
Uses of EPRuntimeEventProcessWrapped in com.espertech.esper.common.internal.event.map
Constructors in com.espertech.esper.common.internal.event.map with parameters of type EPRuntimeEventProcessWrappedModifierConstructorDescriptionEventSenderMap
(EPRuntimeEventProcessWrapped runtimeEventSender, MapEventType mapEventType, EventBeanTypedEventFactory eventBeanTypedEventFactory, ThreadingCommon threadingService) Ctor. -
Uses of EPRuntimeEventProcessWrapped in com.espertech.esper.common.internal.event.xml
Constructors in com.espertech.esper.common.internal.event.xml with parameters of type EPRuntimeEventProcessWrappedModifierConstructorDescriptionEventSenderXMLDOM
(EPRuntimeEventProcessWrapped runtimeEventSender, BaseXMLEventType baseXMLEventType, EventBeanTypedEventFactory eventBeanTypedEventFactory, ThreadingCommon threadingService) Ctor. -
Uses of EPRuntimeEventProcessWrapped in com.espertech.esper.common.internal.statement.thread
Methods in com.espertech.esper.common.internal.statement.thread with parameters of type EPRuntimeEventProcessWrappedModifier and TypeMethodDescriptionvoid
ThreadingCommon.submitInbound
(EventBean event, EPRuntimeEventProcessWrapped runtimeEventSender)