Class AsyncSession


  • public class AsyncSession
    extends java.lang.Object
    Asynchronous interface to entity operations. All operations will enqueued a @link AsyncOperation and return immediately (fine to call on the UI/main thread). The queue will be processed in a (single) background thread. The processing order is the call order of the operations. It's possible to start multiple AsyncSessions that will execute concurrently.
    See Also:
    AbstractDaoSession.startAsyncSession()