Interface ServiceEndpoint

All Known Implementing Classes:
DefaultServiceEndpoint

public interface ServiceEndpoint
Endpoint config used to build clients.
  • Method Details

    • getName

      @Nonnull String getName()
      Name of the service
    • getBaseUrl

      @Nonnull String getBaseUrl()
      Base API url
    • getConfig

      @Nonnull Map<String,String> 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.