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

org.zodiac.datasource.r2dbc.switcher.R2dbcSwitcher Maven / Gradle / Ivy

The newest version!
package org.zodiac.datasource.r2dbc.switcher;

public interface R2dbcSwitcher {
    ReactiveSwitcher datasource();

    ReactiveSwitcher schema();

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy