Package io.ebeanservice.docstore.api
Interface DocStoreIntegration
-
public interface DocStoreIntegration
All the required features for DocStore integration.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DocumentStoredocumentStore()Return the DocStore.DocStoreUpdateProcessorupdateProcessor()Return the DocStoreUpdateProcessor to use.
-
-
-
Method Detail
-
updateProcessor
DocStoreUpdateProcessor updateProcessor()
Return the DocStoreUpdateProcessor to use.
-
documentStore
DocumentStore documentStore()
Return the DocStore.
-
-