fun pgNotificationOf(channel: String? = null, payload: String? = null, processId: Int? = null): PgNotification
A function providing a DSL for building io.vertx.pgclient.PgNotification objects.
A notification emited by Postgres.
channel
- Set the channel value.