Package | Description |
---|---|
com.espertech.esper.common.client.configuration.runtime |
Configuration classes for the runtime section, which is only relevant to the runtime
|
com.espertech.esper.common.client.util |
Client utility classes.
|
Modifier and Type | Method and Description |
---|---|
UndeployRethrowPolicy |
ConfigurationRuntimeExceptionHandling.getUndeployRethrowPolicy()
Returns the policy to instruct the runtimewhether a module un-deploy rethrows runtime exceptions that are encountered
during the undeploy.
|
Modifier and Type | Method and Description |
---|---|
void |
ConfigurationRuntimeExceptionHandling.setUndeployRethrowPolicy(UndeployRethrowPolicy undeployRethrowPolicy)
Sets the policy to instruct the runtimewhether a module un-deploy rethrows runtime exceptions that are encountered
during the undeploy for any statement that is undeployed.
|
Modifier and Type | Method and Description |
---|---|
static UndeployRethrowPolicy |
UndeployRethrowPolicy.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UndeployRethrowPolicy[] |
UndeployRethrowPolicy.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2005–2018. All rights reserved.