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.