![]() | ConfigurationRuntimeExceptionHandling Class |
Namespace: com.espertech.esper.common.client.configuration.runtime
[SerializableAttribute] public class ConfigurationRuntimeExceptionHandling
The ConfigurationRuntimeExceptionHandling type exposes the following members.
Name | Description | |
---|---|---|
![]() | ConfigurationRuntimeExceptionHandling | Initializes a new instance of the ConfigurationRuntimeExceptionHandling class |
Name | Description | |
---|---|---|
![]() | HandlerFactories |
Returns the list of exception handler factory class names,
see |
![]() | UndeployRethrowPolicy |
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.
|
Name | Description | |
---|---|---|
![]() | AddClass(String) |
Add an exception handler factory class name.
Provide a fully-qualified class name of the implementation
of the interface.
|
![]() | AddClass(Type) |
Add an exception handler factory class.
The class provided should implement the
interface.
|
![]() | AddClasses |