| Package | Description |
|---|---|
| reactor | |
| reactor.core.config |
Components to facilitate flexible configuration of the Reactor
Environment. |
| reactor.groovy.config |
| Constructor and Description |
|---|
Environment(ConfigurationReader configurationReader)
Creates a new Environment that will use the given
configurationReader to obtain its initial
configuration. |
Environment(Map<String,Dispatcher> dispatchers,
ConfigurationReader configurationReader)
Creates a new Environment that will contain the given
dispatchers, will use the given configurationReader to obtain additional configuration. |
| Modifier and Type | Class and Description |
|---|---|
class |
PropertiesConfigurationReader
A
ConfigurationReader that reads the configuration from properties files
and System properties. |
| Modifier and Type | Class and Description |
|---|---|
class |
EnvironmentBuilder |
Copyright © 2016. All rights reserved.