Class OrchestrationConfiguration
java.lang.Object
com.skava.orchestration.configuration.OrchestrationConfiguration
@RefreshScope
@Configuration
@ConfigurationProperties(prefix="skava")
public class OrchestrationConfiguration
extends Object
OrchestrationConfiguration class.
This Configuration Class is used for fetching values from zookeeper. RefreshScope Annotation is used for refreshing keys during runtime.- Version:
- 8.0
- Author:
- Infosys Equinox
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
OrchestrationConfiguration
public OrchestrationConfiguration()The default constructor.
-
-
Method Details
-
getURL
This method is used to get url for the given service name.- Parameters:
serviceName
- Indicates the service name.- Returns:
- Returns the services url.
-