vertx / io.vertx.kotlin.pgclient / pgNotificationOf

pgNotificationOf

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.

Parameters

channel - Set the channel value.

payload - Set the payload value.

processId - Set the process id.