
io.reactiverse.pgclient.shared.Context 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.shared;
public interface Context {
void runOnContext(Handler h);
default boolean isCurrent() {
return true;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy