[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Assembly: NEsper (in NEsper.dll)
Constructor - sets up new set of services.
Namespace: net.esper.core
Assembly: NEsper (in NEsper.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Sub New ( _ schedulingService As SchedulingService, _ eventAdapterService As EventAdapterService, _ autoImportService As AutoImportService, _ databaseConfigService As DatabaseConfigService _ ) |
C# |
---|
public EPServicesContext ( SchedulingService schedulingService, EventAdapterService eventAdapterService, AutoImportService autoImportService, DatabaseConfigService databaseConfigService ) |
Visual C++ |
---|
public: EPServicesContext ( SchedulingService^ schedulingService, EventAdapterService^ eventAdapterService, AutoImportService^ autoImportService, DatabaseConfigService^ databaseConfigService ) |
Parameters
- schedulingService
- net.esper.schedule.SchedulingService
service to get time and schedule callbacks
- eventAdapterService
- net.esper.events.EventAdapterService
service to resolve event types
- autoImportService
- net.esper.eql.core.AutoImportService
service to resolve partial class names
- databaseConfigService
- net.esper.eql.db.DatabaseConfigService
service to resolve a database name to database connection factory and configs