| Package | Description | 
|---|---|
| io.vertx.pgclient.pubsub | |
| io.vertx.reactivex.pgclient.pubsub | |
| io.vertx.rxjava.pgclient.pubsub | 
| Modifier and Type | Method and Description | 
|---|---|
PgSubscriber | 
PgSubscriber.closeHandler(Handler<Void> handler)
Set an handler called when the subscriber is closed. 
 | 
PgSubscriber | 
PgSubscriber.connect(Handler<AsyncResult<Void>> handler)
Connect the subscriber to Postgres. 
 | 
PgSubscriber | 
PgSubscriber.reconnectPolicy(java.util.function.Function<Integer,Long> policy)
Set the reconnect policy that is executed when the subscriber is disconnected. 
 | 
static PgSubscriber | 
PgSubscriber.subscriber(Vertx vertx,
          PgConnectOptions options)
Create a subscriber. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
PgSubscriber | 
PgSubscriber.getDelegate()  | 
| Modifier and Type | Method and Description | 
|---|---|
static PgSubscriber | 
PgSubscriber.newInstance(PgSubscriber arg)  | 
| Constructor and Description | 
|---|
PgSubscriber(PgSubscriber delegate)  | 
| Modifier and Type | Method and Description | 
|---|---|
PgSubscriber | 
PgSubscriber.getDelegate()  | 
| Modifier and Type | Method and Description | 
|---|---|
static PgSubscriber | 
PgSubscriber.newInstance(PgSubscriber arg)  | 
| Constructor and Description | 
|---|
PgSubscriber(PgSubscriber delegate)  | 
Copyright © 2020 Eclipse. All rights reserved.