net.esper.core
Interface EPServicesContextFactory
- All Known Implementing Classes:
- EPServicesContextFactoryDefault
public interface EPServicesContextFactory
Interface for a factory class to provide services in a services context for an engine instance.
createServicesContext
EPServicesContext createServicesContext(EPServiceProvider epServiceProvider,
ConfigurationSnapshot configurationSnapshot)
- Factory method for a new set of engine services.
- Parameters:
epServiceProvider
- is the engine instanceconfigurationSnapshot
- is a snapshot of configs at the time of engine creation
- Returns:
- services context