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

io.mongock.driver.mongodb.test.template.util.CallVerifier Maven / Gradle / Ivy

The newest version!
package io.mongock.driver.mongodb.test.template.util;

public interface CallVerifier {

  int getCounter();

  void increaseCounter();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy