Interface RemoteSearchJobsStatusInterface


public interface RemoteSearchJobsStatusInterface
  • Method Summary

    Modifier and Type
    Method
    Description
    retrofit2.Call<Void>
     
    retrofit2.Call<okhttp3.ResponseBody>
     
  • Method Details

    • jobStatus

      @GET("views/search/status/{jobId}") @Streaming @Headers("Accept: */*") retrofit2.Call<okhttp3.ResponseBody> jobStatus(@Path("jobId") String jobId)
    • cancelJob

      @DELETE("views/search/cancel/{jobId}") retrofit2.Call<Void> cancelJob(@Path("jobId") String jobId)