Package io.ebeanservice.elastic.support
Interface IndexQueueWriter
-
- All Known Implementing Classes:
BaseIndexQueueWriter
public interface IndexQueueWriter
Pushes queue entries onto a queue for future processing.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidonStartup()Invoke on startup, usually to check connectivity to the queue.voidqueue(List<io.ebean.DocStoreQueueEntry> queueEntries)Push all the queue entries onto the queue.
-