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

io.mongock.driver.api.driver.Transactional Maven / Gradle / Ivy

The newest version!
package io.mongock.driver.api.driver;

public interface Transactional {

  void disableTransaction();

  void enableTransaction();

  void executeInTransaction(Runnable operation);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy