- 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 TypeMethodDescriptionvoidaddToQueue(DocStoreUpdates docStoreUpdates) Add to the queue for deferred processing.voidAdd 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.
-