Interface Client

  • All Known Implementing Classes:
    DefaultClient

    public interface Client
    • Method Detail

      • create

        @NotNull
        <TService> TService create​(java.lang.Class<TService> svcClass)
      • getApiKey

        @NotNull
        java.lang.String getApiKey()
      • getApiSecret

        @NotNull
        java.lang.String getApiSecret()
      • setTimeout

        void setTimeout​(@NotNull
                        java.time.Duration timeoutDuration)
      • getInstance

        static Client getInstance()