public class ServicePublisher extends Object
original
non RX-ified interface using Vert.x codegen.Modifier and Type | Field and Description |
---|---|
static TypeArg<ServicePublisher> |
__TYPE_ARG |
Constructor and Description |
---|
ServicePublisher(Object delegate) |
ServicePublisher(io.vertx.servicediscovery.spi.ServicePublisher delegate) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
io.vertx.servicediscovery.spi.ServicePublisher |
getDelegate() |
int |
hashCode() |
static ServicePublisher |
newInstance(io.vertx.servicediscovery.spi.ServicePublisher arg) |
io.reactivex.rxjava3.core.Single<io.vertx.servicediscovery.Record> |
publish(io.vertx.servicediscovery.Record record)
Publishes a record.
|
io.reactivex.rxjava3.core.Single<io.vertx.servicediscovery.Record> |
rxPublish(io.vertx.servicediscovery.Record record)
Publishes a record.
|
io.reactivex.rxjava3.core.Completable |
rxUnpublish(String id)
Un-publishes a record.
|
io.reactivex.rxjava3.core.Single<io.vertx.servicediscovery.Record> |
rxUpdate(io.vertx.servicediscovery.Record record)
Updates an existing record.
|
String |
toString() |
io.reactivex.rxjava3.core.Completable |
unpublish(String id)
Un-publishes a record.
|
io.reactivex.rxjava3.core.Single<io.vertx.servicediscovery.Record> |
update(io.vertx.servicediscovery.Record record)
Updates an existing record.
|
public static final TypeArg<ServicePublisher> __TYPE_ARG
public ServicePublisher(io.vertx.servicediscovery.spi.ServicePublisher delegate)
public ServicePublisher(Object delegate)
public io.vertx.servicediscovery.spi.ServicePublisher getDelegate()
public io.reactivex.rxjava3.core.Single<io.vertx.servicediscovery.Record> publish(io.vertx.servicediscovery.Record record)
record
- the recordpublic io.reactivex.rxjava3.core.Single<io.vertx.servicediscovery.Record> rxPublish(io.vertx.servicediscovery.Record record)
record
- the recordpublic io.reactivex.rxjava3.core.Completable unpublish(String id)
id
- the registration idpublic io.reactivex.rxjava3.core.Completable rxUnpublish(String id)
id
- the registration idpublic io.reactivex.rxjava3.core.Single<io.vertx.servicediscovery.Record> update(io.vertx.servicediscovery.Record record)
record
- the recordpublic io.reactivex.rxjava3.core.Single<io.vertx.servicediscovery.Record> rxUpdate(io.vertx.servicediscovery.Record record)
record
- the recordpublic static ServicePublisher newInstance(io.vertx.servicediscovery.spi.ServicePublisher arg)
Copyright © 2022 Eclipse. All rights reserved.