| Package | Description | 
|---|---|
| io.vertx.rxjava.pgclient.pubsub | 
| Modifier and Type | Field and Description | 
|---|---|
static io.vertx.lang.rx.TypeArg<PgChannel> | 
PgChannel.__TYPE_ARG  | 
| Modifier and Type | Method and Description | 
|---|---|
PgChannel | 
PgSubscriber.channel(String name)
Return a channel for the given  
name. | 
PgChannel | 
PgChannel.endHandler(Handler<Void> endHandler)
Set an handler to be called when no more notifications will be received. 
 | 
PgChannel | 
PgChannel.exceptionHandler(Handler<Throwable> handler)  | 
PgChannel | 
PgChannel.handler(Handler<String> handler)
Set or unset an handler to be called when a the channel is notified by Postgres. 
 | 
static PgChannel | 
PgChannel.newInstance(PgChannel arg)  | 
PgChannel | 
PgChannel.pause()
Pause the channel, all notifications are discarded. 
 | 
PgChannel | 
PgChannel.resume()
Resume the channel. 
 | 
PgChannel | 
PgChannel.subscribeHandler(Handler<Void> handler)
Set an handler called when the the channel get subscribed. 
 | 
Copyright © 2024 Eclipse. All rights reserved.