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

io.mongock.runner.springboot.base.config.MongockSpringConfigurationBase Maven / Gradle / Ivy

The newest version!
package io.mongock.runner.springboot.base.config;

/**
 * It needs to be loaded explicitly in the Driver importer(example MongoSpringDataImporter.java)
 * So each driver can override the MongockSpringConfiguration in case it adds any new parameter
 */
public interface MongockSpringConfigurationBase {


  SpringRunnerType getRunnerType();

  void setRunnerType(SpringRunnerType runnerType);

  boolean isTestEnabled();

  void setTestEnabled(boolean testEnabled);

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy