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

io.reactiverse.pgclient.shared.Context Maven / Gradle / Ivy

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