Interface ActivityReceiver


public interface ActivityReceiver
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    If a paged request has been performed, the token can be used to retrieve the next chunk.
    void
     
    void
    next(Activity activity)
     
  • Method Details

    • next

      void next(Activity activity)
    • complete

      void complete(String token)
      If a paged request has been performed, the token can be used to retrieve the next chunk.

      token is null if there was no limit or there were less items than the specified limit

    • completeExceptionally

      void completeExceptionally(Throwable t)