Uses of Interface
com.espertech.esper.common.internal.event.core.EventServiceSendEventCommon
Package
Description
Client API for data flows.
Object-array event type.
JavaBean and legacy Java underlying event classes are here.
This package defines the internal event APIs.
Map-underlying event classes are here.
XML event wrappers
Services for metrics reporting, including global flag, repositories and threading.
-
Uses of EventServiceSendEventCommon in com.espertech.esper.common.client.dataflow.core
Modifier and TypeMethodDescriptionEPDataFlowEventCollectorContext.getSender()
Returns the emitter for the event bus.ModifierConstructorDescriptionEPDataFlowEventCollectorContext
(EventServiceSendEventCommon sender, Object event) Ctor. -
Uses of EventServiceSendEventCommon in com.espertech.esper.common.internal.context.util
Modifier and TypeMethodDescriptionAgentInstanceContext.getEPRuntimeSendEvent()
StatementContext.getEPRuntimeSendEvent()
StatementContextRuntimeServices.getEPRuntimeSendEvent()
StatementContextRuntimeServices.getEventServiceSendEventInternal()
ModifierConstructorDescriptionStatementContextRuntimeServices
(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 EventServiceSendEventCommon in com.espertech.esper.common.internal.event.arr
Modifier and TypeMethodDescriptionvoid
SendableEventObjectArray.send
(EventServiceSendEventCommon eventService) -
Uses of EventServiceSendEventCommon in com.espertech.esper.common.internal.event.bean.core
Modifier and TypeMethodDescriptionvoid
SendableEventBean.send
(EventServiceSendEventCommon eventService) -
Uses of EventServiceSendEventCommon in com.espertech.esper.common.internal.event.core
Modifier and TypeMethodDescriptionvoid
SendableEvent.send
(EventServiceSendEventCommon eventService) -
Uses of EventServiceSendEventCommon in com.espertech.esper.common.internal.event.map
Modifier and TypeMethodDescriptionvoid
SendableEventMap.send
(EventServiceSendEventCommon eventService) -
Uses of EventServiceSendEventCommon in com.espertech.esper.common.internal.event.xml
Modifier and TypeMethodDescriptionvoid
SendableEventXML.send
(EventServiceSendEventCommon eventService) -
Uses of EventServiceSendEventCommon in com.espertech.esper.common.internal.metrics.stmtmetrics
Modifier and TypeMethodDescriptionvoid
MetricReportingService.setContext
(FilterService filterService, SchedulingService schedulingService, EventServiceSendEventCommon eventServiceSendEventInternal) ModifierConstructorDescriptionMetricExecutionContext
(FilterService filterService, SchedulingService schedulingService, EventServiceSendEventCommon epRuntimeSendEvent, StatementMetricRepository statementMetricRepository)