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

io.reactiverse.pgclient.PgPoolOptions Maven / Gradle / Ivy

The newest version!
package io.reactiverse.pgclient;

public interface PgPoolOptions extends PgConnectOptions {

    int getMaxSize();

    PgPoolOptions setMaxSize(int maxSize);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy