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

net.ravendb.client.documents.operations.IOperation Maven / Gradle / Ivy

package net.ravendb.client.documents.operations;

import net.ravendb.client.documents.IDocumentStore;
import net.ravendb.client.documents.conventions.DocumentConventions;
import net.ravendb.client.http.HttpCache;
import net.ravendb.client.http.RavenCommand;

public interface IOperation {
    RavenCommand getCommand(IDocumentStore store, DocumentConventions conventions, HttpCache cache);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy