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

net.ravendb.client.documents.session.operations.lazy.IEagerSessionOperations Maven / Gradle / Ivy

There is a newer version: 6.0.1
Show newest version
package net.ravendb.client.documents.session.operations.lazy;

import net.ravendb.client.documents.session.ResponseTimeInformation;

/**
 * Allow to perform eager operations on the session
 */
public interface IEagerSessionOperations {

    /**
     * Execute all the lazy requests pending within this session
     * @return Information about response times
     */
    @SuppressWarnings("UnusedReturnValue")
    ResponseTimeInformation executeAllPendingLazyOperations();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy