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

com.julienviet.groovy.pgclient.PgConnection_GroovyExtension Maven / Gradle / Ivy

package com.julienviet.groovy.pgclient;
public class PgConnection_GroovyExtension {
  public static com.julienviet.pgclient.PgConnection notificationHandler(com.julienviet.pgclient.PgConnection j_receiver, io.vertx.core.Handler> handler) {
    io.vertx.core.impl.ConversionHelper.fromObject(j_receiver.notificationHandler(handler != null ? event -> handler.handle(event != null ? io.vertx.core.impl.ConversionHelper.fromJsonObject(event.toJson()) : null) : null));
    return j_receiver;
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy