Package | Description |
---|---|
com.espertech.esper.client.util |
This package contains utilities for events, specifically rendering of events in JSON and XML formats.
|
com.espertech.esper.epl.core |
Contains EPL statement specification classes define the constructs that make up an EPL statement,
such as the list of items in the select clause, the insert-into stream name and property names etc.
|
com.espertech.esper.util |
Utility classes that center around Java type handling, printing, reflection, debugging
|
Modifier and Type | Class and Description |
---|---|
class |
ClassLoaderProviderDefault
Default class loader provider returns the current thread context classloader.
|
Modifier and Type | Interface and Description |
---|---|
interface |
EngineImportService
Service for engine-level resolution of static methods and aggregation methods.
|
Modifier and Type | Class and Description |
---|---|
class |
EngineImportServiceImpl
Implementation for engine-level imports.
|
Modifier and Type | Method and Description |
---|---|
static ClassLoaderProvider |
TransientConfigurationResolver.resolveClassLoader(Map<String,Object> transientConfiguration) |