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

net.ravendb.embedded.IProvideRavenDBServer Maven / Gradle / Ivy

There is a newer version: 6.0.1
Show newest version
package net.ravendb.embedded;

import java.io.IOException;

public interface IProvideRavenDBServer {
    void provide(String targetDirectory) throws IOException;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy