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 |
---|---|
ConfigurationEngineDefaults.ExceptionHandling |
ConfigurationEngineDefaults.getExceptionHandling()
Returns the exception handling configuration.
|
Modifier and Type | Method and Description |
---|---|
void |
ConfigurationEngineDefaults.setExceptionHandling(ConfigurationEngineDefaults.ExceptionHandling exceptionHandling)
Sets the exception handling configuration.
|
Modifier and Type | Method and Description |
---|---|
protected static ExceptionHandlingService |
EPServicesContextFactoryDefault.initExceptionHandling(String engineURI,
ConfigurationEngineDefaults.ExceptionHandling exceptionHandling,
ConfigurationEngineDefaults.ConditionHandling conditionHandling,
EngineImportService engineImportService) |