public interface EnvironmentSelector
| Modifier and Type | Method and Description | 
|---|---|
CustomConfigurationBuilder | 
selectCustom()
Returns a  
CustomConfigurationBuilder allowing the properties to be set to custom values (usefull for testing with local AMQP) | 
ConfigurationBuilder | 
selectEnvironment(Environment environment)
Returns a  
ConfigurationBuilder with properties set to values needed to access specified environment. | 
ConfigurationBuilder | 
selectReplay()
Returns a  
ConfigurationBuilder with properties set to values needed to access replay server | 
ConfigurationBuilder selectReplay()
ConfigurationBuilder with properties set to values needed to access replay serverConfigurationBuilder with properties set to values needed to access replay serverCustomConfigurationBuilder selectCustom()
CustomConfigurationBuilder allowing the properties to be set to custom values (usefull for testing with local AMQP)CustomConfigurationBuilder allowing the properties to be set to custom valuesConfigurationBuilder selectEnvironment(Environment environment)
ConfigurationBuilder with properties set to values needed to access specified environment.
 (for accessing replay or custom server use selectReplay or selectCustom)environment - a Environment specifying to which environment to connectConfigurationBuilder with properties set to values needed to access specified environmentCopyright © 2016–2025. All rights reserved.