Package 

Class BasePaginatedQuery.ResultRequest

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      public class BasePaginatedQuery.ResultRequest.Failed

      A ResultRequest that has already failed due to a previous condition.Useful when a method must return a ResultRequest but fails before it can make the "real"one. Such errors are reported as thrown AblyExceptions in sync scenarios, and asCallback.onError calls in async ones. This class helps converting from plain exceptionsto cover the async case too.

    • Method Summary

      Modifier and Type Method Description
      PaginatedResult<T> sync()
      void async(Callback<AsyncPaginatedResult<T>> callback)
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait