NonStopConfigurationRegistry |
This class could be used for registering NonStopConfiguration .
Users are recommended to use NonStopConfigurationBuilder instead of directly using this class.
A user is allowed to register NonStopConfiguration for a ToolkitObjectType , an instance, a particular
method in the ToolkitObject & a particular method for a particular instance.
If multiple configurations could match for a particular operation, then the order in which the
NonStopConfiguration is determined as follows:
NonStopConfiguration for Current Thread
NonStopConfiguration for the method and the ToolkitObject instance
NonStopConfiguration for the ToolkitObject instance
NonStopConfiguration for the method and ToolkitObjectType
NonStopConfiguration for ToolkitObjectType
|