
io.reactiverse.pgclient.PgPoolOptions Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of reactive-pg-client Show documentation
Show all versions of reactive-pg-client Show documentation
The reactive Postgres client
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