Package io.ebeanservice.docstore.api
Interface DocStoreUpdate
- All Known Implementing Classes:
DocStoreDeleteEvent,DocStoreIndexEvent
public interface DocStoreUpdate
For persist events that know how to publish or queue their change to the Document store.
-
Method Summary
Modifier and Type Method Description voidaddToQueue(DocStoreUpdates docStoreUpdates)Add to the queue for deferred processing.voiddocStoreUpdate(DocStoreUpdateContext txn)Add the event to the doc store bulk update.
-
Method Details
-
docStoreUpdate
Add the event to the doc store bulk update.- Throws:
IOException
-
addToQueue
Add to the queue for deferred processing.
-