/ 

io.vertx/ vertx-lang-groovy/ 3.8.0/ io/vertx/groovy/pgclient/PgConnection_GroovyExtension.java

 

  • class publicPgConnection_GroovyExtension
    • method final publicnotificationHandler(PgConnection, Handler<Map<String, Object>>): PgConnection
      • initializer package-privateLambda implementing Handler<PgNotification>
http://nexus.sonatype.org/oss-repository-hosting.html/vertx-parent/vertx-lang-groovy-parent/vertx-lang-groovy: Sonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/ (Eclipse)
  • The Apache Software License, Version 2.0
  • Eclipse Public License - v 1.0
package io.vertx.groovy.pgclient;
public class PgConnection_GroovyExtension {
  public static io.vertx.pgclient.PgConnection notificationHandler(io.vertx.pgclient.PgConnection j_receiver, io.vertx.core.Handler<java.util.Map<String, Object>> 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;
  }
}


Missing a library or version you want to see? Open an issue!
Icon set and themes from IntelliJ Community