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

com.github.jun1st.datasource.strategy.MasterSlaveDataSourceStrategy Maven / Gradle / Ivy

package com.github.jun1st.datasource.strategy;

public interface MasterSlaveDataSourceStrategy {
    
    String determineSlaveDataSource(String[] slaveDataSourceLookupKeys);

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy