All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.ebeanservice.docstore.api.DocStoreIntegration Maven / Gradle / Ivy

There is a newer version: 15.6.0
Show newest version
package io.ebeanservice.docstore.api;

import io.ebean.DocumentStore;

/**
 * All the required features for DocStore integration.
 */
public interface DocStoreIntegration {

  /**
   * Return the DocStoreUpdateProcessor to use.
   */
  DocStoreUpdateProcessor updateProcessor();

  /**
   * Return the DocStore.
   */
  DocumentStore documentStore();

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy