
io.reactiverse.pgclient.shared.Handler 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;
@FunctionalInterface
public interface Handler {
void handle(E e);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy