Uses of Enum Class
com.espertech.esper.common.client.util.UndeployRethrowPolicy
Packages that use 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
Methods in com.espertech.esper.common.client.configuration.runtime that return UndeployRethrowPolicyModifier and TypeMethodDescriptionConfigurationRuntimeExceptionHandling.getUndeployRethrowPolicy()
Returns the policy to instruct the runtime whether a module un-deploy rethrows runtime exceptions that are encountered during the undeploy.Methods in com.espertech.esper.common.client.configuration.runtime with parameters of type UndeployRethrowPolicyModifier 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
Methods in com.espertech.esper.common.client.util that return UndeployRethrowPolicyModifier 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.