Package | Description |
---|---|
io.vertx.pgclient | |
io.vertx.reactivex.pgclient | |
io.vertx.rxjava.pgclient |
Modifier and Type | Method and Description |
---|---|
PgNotification |
PgNotification.setChannel(String channel)
Set the channel value.
|
PgNotification |
PgNotification.setPayload(String payload)
Set the payload value.
|
PgNotification |
PgNotification.setProcessId(int processId)
Set the process id.
|
Modifier and Type | Method and Description |
---|---|
static void |
PgNotificationConverter.fromJson(Iterable<Map.Entry<String,Object>> json,
PgNotification obj) |
static void |
PgNotificationConverter.toJson(PgNotification obj,
JsonObject json) |
static void |
PgNotificationConverter.toJson(PgNotification obj,
Map<String,Object> json) |
Modifier and Type | Method and Description |
---|---|
PgConnection |
PgConnection.notificationHandler(Handler<PgNotification> handler)
Set an handler called when the connection receives notification on a channel.
|
Modifier and Type | Method and Description |
---|---|
PgConnection |
PgConnection.notificationHandler(Handler<PgNotification> handler)
Set an handler called when the connection receives notification on a channel.
|
Modifier and Type | Method and Description |
---|---|
PgConnection |
PgConnection.notificationHandler(Handler<PgNotification> handler)
Set an handler called when the connection receives notification on a channel.
|
Copyright © 2023 Eclipse. All rights reserved.