Uses of Class
com.iland.core.web.sdk.Client
Packages that use Client
-
Uses of Client in com.iland.core.web.sdk.util
Methods in com.iland.core.web.sdk.util with parameters of type ClientModifier and TypeMethodDescriptionstatic voidUtils.performAfterSync(Client client, com.iland.core.web.rest.response.task.TaskResponse task, Callback callback) Wait for a synced test and then run the given callback function.static com.iland.core.web.rest.response.task.TaskResponseUtils.waitForSyncedTask(Client client, com.iland.core.web.rest.response.task.TaskResponse task) Wait for a synced task.static com.iland.core.web.rest.response.task.TaskResponseUtils.waitForSyncedTask(Client client, com.iland.core.web.rest.response.task.TaskResponse task, long timeout, long sleep) Wait on a task to be synchronized.