Uses of Enum Class
com.espertech.esper.common.client.util.UndeployRethrowPolicy
Package
Description
Configuration classes for the runtime section, which is only relevant to the runtime
Client utility classes.
-
Uses of UndeployRethrowPolicy in com.espertech.esper.common.client.configuration.runtime
Modifier and TypeMethodDescriptionConfigurationRuntimeExceptionHandling.getUndeployRethrowPolicy()
Returns the policy to instruct the runtime whether a module un-deploy rethrows runtime exceptions that are encountered during the undeploy.Modifier and TypeMethodDescriptionvoid
ConfigurationRuntimeExceptionHandling.setUndeployRethrowPolicy
(UndeployRethrowPolicy undeployRethrowPolicy) Sets the policy to instruct the runtime whether a module un-deploy rethrows runtime exceptions that are encountered during the undeploy for any statement that is undeployed. -
Uses of UndeployRethrowPolicy in com.espertech.esper.common.client.util
Modifier and TypeMethodDescriptionstatic UndeployRethrowPolicy
Returns the enum constant of this class with the specified name.static UndeployRethrowPolicy[]
UndeployRethrowPolicy.values()
Returns an array containing the constants of this enum class, in the order they are declared.