Package com.netflix.spinnaker.config
Interface ServiceEndpoint
- All Known Implementing Classes:
DefaultServiceEndpoint
public interface ServiceEndpoint
Endpoint config used to build clients.
-
Method Details
-
getName
Name of the service -
getBaseUrl
Base API url -
getConfig
Misc. config necessary for the service client. -
isSecure
boolean isSecure()Indicates whether the certificate/host verification is desired or not -
isUseDefaultSslSocketFactory
boolean isUseDefaultSslSocketFactory()Indicates whether to use system default or wire up the app supplied truststore and keystore.
-