Interface Client

All Known Implementing Classes:
DefaultClient

public interface Client
  • Method Details

    • create

      @NotNull <TService> TService create(Class<TService> svcClass)
    • getApiKey

      @NotNull String getApiKey()
    • getApiSecret

      @NotNull String getApiSecret()
    • setTimeout

      void setTimeout(@NotNull Duration timeoutDuration)
    • getInstance

      static Client getInstance()