Class ServiceImporter
java.lang.Object
io.vertx.reactivex.servicediscovery.spi.ServiceImporter
- All Implemented Interfaces:
io.vertx.lang.rx.RxDelegate
The service importer allows integrate other discovery technologies with the Vert.x service discovery. It maps
entries from another technology to a and maps to a publication in this other
technology. The importer is one side of a service discovery bridge.
NOTE: This class has been automatically generated from the original non RX-ified interface using Vert.x codegen.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidCloses the importerbooleaninthashCode()static ServiceImportervoidstart(Vertx vertx, ServicePublisher publisher, JsonObject configuration, Promise<Void> future) Starts the importer.toString()
-
Field Details
-
__TYPE_ARG
-
-
Constructor Details
-
ServiceImporter
-
ServiceImporter
-
-
Method Details
-
toString
-
equals
-
hashCode
-
getDelegate
- Specified by:
getDelegatein interfaceio.vertx.lang.rx.RxDelegate
-
start
public void start(Vertx vertx, ServicePublisher publisher, JsonObject configuration, Promise<Void> future) Starts the importer.- Parameters:
vertx- the vertx instancepublisher- the service publisher instanceconfiguration- the bridge configuration if anyfuture- a future on which the bridge must report the completion of the starting
-
close
-
newInstance
-