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