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