Class ServicePublisher
java.lang.Object
io.vertx.reactivex.servicediscovery.spi.ServicePublisher
- All Implemented Interfaces:
io.vertx.lang.rx.RxDelegate
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionServicePublisher(ServicePublisher delegate) ServicePublisher(Object delegate) -
Method Summary
Modifier and TypeMethodDescriptionbooleaninthashCode()static ServicePublisherPublishes a record.Publishes a record.rxUnpublish(String id) Un-publishes a record.Updates an existing record.toString()Un-publishes a record.Updates an existing record.
-
Field Details
-
__TYPE_ARG
-
-
Constructor Details
-
ServicePublisher
-
ServicePublisher
-
-
Method Details
-
toString
-
equals
-
hashCode
-
getDelegate
- Specified by:
getDelegatein interfaceio.vertx.lang.rx.RxDelegate
-
publish
-
rxPublish
-
unpublish
-
rxUnpublish
Un-publishes a record.- Parameters:
id- the registration id- Returns:
- a future notified when the operation has completed (successfully or not).
-
update
-
rxUpdate
-
newInstance
-