The ReactorFactory is the primary CFC to use when working with Reactor. The ReactorFactory provides a set of methods which can be used to generate and instantiate various types of objects.
The init() method is the pseudo-constructor for the ReactorFactory. This method configures and returns the ReactorFactory component.
reactor.ReactorFactory = init(configuration)
|
Argument |
Required |
Type |
Description |
|---|---|---|---|
|
configuration |
Yes |
Any |
This is one of the following:
|