module documentation
Plugin-based system for enumerating available reactors and installing one of them.
| Interface | |
Definition of a reactor which can probably be installed. |
| Class | |
No summary |
| Exception | |
Raised when an attempt is made to install a reactor which cannot be found. |
| Function | get |
Return an iterator of IReactorInstaller plugins. |
| Function | install |
Install the reactor with the given shortName attribute. |
Install the reactor with the given shortName attribute.
| Raises | |
NoSuchReactor | If no reactor is found with a matching shortName. |
Exception | Anything that the specified reactor can raise when installed. |