Click or drag to resize

ConfigurationRuntimeExceptionHandling Class

Configuration object for defining exception handling behavior.
Inheritance Hierarchy
SystemObject
  com.espertech.esper.common.client.configuration.runtimeConfigurationRuntimeExceptionHandling

Namespace:  com.espertech.esper.common.client.configuration.runtime
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
[SerializableAttribute]
public class ConfigurationRuntimeExceptionHandling

The ConfigurationRuntimeExceptionHandling type exposes the following members.

Constructors
  NameDescription
Public methodConfigurationRuntimeExceptionHandling
Initializes a new instance of the ConfigurationRuntimeExceptionHandling class
Top
Properties
  NameDescription
Public propertyHandlerFactories
Returns the list of exception handler factory class names, see
Public propertyUndeployRethrowPolicy
Returns the policy to instruct the runtime whether a module un-deploy rethrows runtime exceptions that are encountered during the undeploy. By default we are logging exceptions.
Top
Methods
  NameDescription
Public methodAddClass(String)
Add an exception handler factory class name.

Provide a fully-qualified class name of the implementation of the interface.

Public methodAddClass(Type)
Add an exception handler factory class.

The class provided should implement the interface.

Public methodAddClasses
Top
See Also