001package io.ebeanservice.docstore.api;
002
003/**
004 * The doc store specific context/transaction used to collect updates to send to the document store.
005 * <p>
006 * Doc store specific implementations gather changes and bulk update the document store.
007 * </p>
008 */
009public interface DocStoreUpdateContext {
010
011}