The reactor tag is the root tag of the Reactor XML configuration file. It contains all of the settings for the reactor framework including configuration options and object definitions and relationships.
This tag has no attributes.
|
Tag |
Required |
Description |
|---|---|---|
|
No |
Contains a set of tags for configuring Reactor. | |
|
No |
Contains a set of tags that define objects and their relationships. |
<reactor>
<!--
configuration XML goes here -->
</reactor>