Modifier and Type | Field and Description |
---|---|
static io.vertx.lang.rx.TypeArg<ServicePublisher> |
__TYPE_ARG |
Constructor and Description |
---|
ServicePublisher(Object delegate) |
ServicePublisher(ServicePublisher delegate) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
ServicePublisher |
getDelegate() |
int |
hashCode() |
static ServicePublisher |
newInstance(ServicePublisher arg) |
Single<Record> |
publish(Record record)
Publishes a record.
|
Single<Record> |
rxPublish(Record record)
Publishes a record.
|
Completable |
rxUnpublish(String id)
Un-publishes a record.
|
Single<Record> |
rxUpdate(Record record)
Updates an existing record.
|
String |
toString() |
Completable |
unpublish(String id)
Un-publishes a record.
|
Single<Record> |
update(Record record)
Updates an existing record.
|
public static final io.vertx.lang.rx.TypeArg<ServicePublisher> __TYPE_ARG
public ServicePublisher(ServicePublisher delegate)
public ServicePublisher(Object delegate)
public ServicePublisher getDelegate()
public Single<Record> publish(Record record)
record
- the recordpublic Single<Record> rxPublish(Record record)
record
- the recordpublic Completable unpublish(String id)
id
- the registration idpublic Completable rxUnpublish(String id)
id
- the registration idpublic Single<Record> update(Record record)
record
- the recordpublic Single<Record> rxUpdate(Record record)
record
- the recordpublic static ServicePublisher newInstance(ServicePublisher arg)
Copyright © 2022 Eclipse. All rights reserved.