Uses of Class
io.vertx.pgclient.PgNotification
Packages that use PgNotification
-
Uses of PgNotification in io.vertx.pgclient
Methods in io.vertx.pgclient that return PgNotificationModifier and TypeMethodDescriptionPgNotification.setChannel(String channel) Set the channel value.PgNotification.setPayload(String payload) Set the payload value.PgNotification.setProcessId(int processId) Set the process id.Method parameters in io.vertx.pgclient with type arguments of type PgNotificationModifier and TypeMethodDescriptionPgConnection.notificationHandler(Handler<PgNotification> handler) Set a handler called when the connection receives notification on a channel. -
Uses of PgNotification in io.vertx.reactivex.pgclient
Method parameters in io.vertx.reactivex.pgclient with type arguments of type PgNotificationModifier and TypeMethodDescriptionPgConnection.notificationHandler(Handler<PgNotification> handler) Set a handler called when the connection receives notification on a channel. -
Uses of PgNotification in io.vertx.rxjava3.pgclient
Method parameters in io.vertx.rxjava3.pgclient with type arguments of type PgNotificationModifier and TypeMethodDescriptionPgConnection.notificationHandler(Handler<PgNotification> handler) Set a handler called when the connection receives notification on a channel.