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(String engineURI,
ConfigurationSnapshot configurationSnapshot)
- Factory method for a new set of engine services.
- Parameters:
engineURI
- is the URI for the engine or null if this is the default engineconfigurationSnapshot
- is a snapshot of configs at the time of engine creation
- Returns:
- services context