public class EnvironmentSetting extends Object
Constructor and Description |
---|
EnvironmentSetting(Environment environment,
String mqHost,
String apiHost,
int apiPort,
Boolean onlySsl,
List<Environment> environmentRetryList) |
Modifier and Type | Method and Description |
---|---|
String |
getApiHost()
Get the API host.
|
Environment |
getEnvironment()
Get the environment.
|
List<Environment> |
getEnvironmentRetryList()
Gets the environment retry list.
|
String |
getMqHost()
Get the rabbit host address
|
Boolean |
isOnlySsl()
Gets a value indicating whether only SSL is supported on the endpoint or also non-ssl
|
public EnvironmentSetting(Environment environment, String mqHost, String apiHost, int apiPort, Boolean onlySsl, List<Environment> environmentRetryList)
public Environment getEnvironment()
public String getMqHost()
public String getApiHost()
public Boolean isOnlySsl()
public List<Environment> getEnvironmentRetryList()
Copyright © 2016–2025. All rights reserved.