Interface IndexQueueWriter

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void onStartup()
      Invoke on startup, usually to check connectivity to the queue.
      void queue​(List<io.ebean.DocStoreQueueEntry> queueEntries)
      Push all the queue entries onto the queue.
    • Method Detail

      • onStartup

        void onStartup()
        Invoke on startup, usually to check connectivity to the queue.
      • queue

        void queue​(List<io.ebean.DocStoreQueueEntry> queueEntries)
        Push all the queue entries onto the queue.