Package | Description |
---|---|
com.espertech.esper.client |
This package and its sub-packages defines the central Esper Client APIs.
|
com.espertech.esper.core.service |
Implementation of client package interfaces, glue code
|
Modifier and Type | Method and Description |
---|---|
Configuration |
Configuration.configure()
Use the configuration specified in an application
resource named esper.cfg.xml.
|
Configuration |
Configuration.configure(Document document)
Use the mappings and properties specified in the given XML document.
|
Configuration |
Configuration.configure(File configFile)
Use the configuration specified in the given application
file.
|
Configuration |
Configuration.configure(String resource)
Use the configuration specified in the given application
resource.
|
Configuration |
Configuration.configure(URL url)
Use the configuration specified by the given URL.
|
Modifier and Type | Method and Description |
---|---|
static EPServiceProvider |
EPServiceProviderManager.getDefaultProvider(Configuration configuration)
Returns the default EPServiceProvider.
|
static EPServiceProvider |
EPServiceProviderManager.getProvider(String providerURI,
Configuration configuration)
Returns an EPServiceProvider for a given provider URI.
|
Modifier and Type | Method and Description |
---|---|
EPServiceProviderSPI |
Configurator.configure(ConfiguratorContext context,
Configuration configuration) |
void |
EPServiceProviderSPI.setConfiguration(Configuration configuration) |
void |
EPServiceProviderImpl.setConfiguration(Configuration configuration)
Sets engine configuration information for use in the next initialize.
|
Constructor and Description |
---|
EPServiceProviderImpl(Configuration configuration,
String engineURI,
Map<String,EPServiceProviderSPI> runtimes)
Constructor - initializes services.
|