net.ravendb.client.serverwide.operations.IServerOperation Maven / Gradle / Ivy
package net.ravendb.client.serverwide.operations;
import net.ravendb.client.documents.conventions.DocumentConventions;
import net.ravendb.client.http.RavenCommand;
public interface IServerOperation {
RavenCommand getCommand(DocumentConventions conventions);
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy