Uses of Interface
com.bybit.api.client.restApi.BybitApiAsyncUserRestClient
-
Packages that use BybitApiAsyncUserRestClient Package Description com.bybit.api.client.impl com.bybit.api.client.service -
-
Uses of BybitApiAsyncUserRestClient in com.bybit.api.client.impl
Classes in com.bybit.api.client.impl that implement BybitApiAsyncUserRestClient Modifier and Type Class Description classBybitApiAsyncUserRestClientImplImplementation of Bybit's REST API using Retrofit with asynchronous/non-blocking method calls. -
Uses of BybitApiAsyncUserRestClient in com.bybit.api.client.service
Methods in com.bybit.api.client.service that return BybitApiAsyncUserRestClient Modifier and Type Method Description BybitApiAsyncUserRestClientBybitApiClientFactory. newAsyncUserRestClient()Creates a new asynchronous/non-blocking REST client to User and upgrade endpoints.
-