net.ravendb.embedded.IProvideRavenDBServer Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of ravendb-embedded Show documentation
Show all versions of ravendb-embedded Show documentation
RavenDB package for running RavenDB in embedded mode
package net.ravendb.embedded;
import java.io.IOException;
public interface IProvideRavenDBServer {
void provide(String targetDirectory) throws IOException;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy