Class: ServiceImporter

vertx-service-discovery-js/service_importer~ ServiceImporter

new ServiceImporter()

The service importer allows integrate other discovery technologies with the Vert.x service discovery. It maps
Source:

Methods

start(vertx, publisher, configuration, future)

Starts the bridge.
Parameters:
Name Type Description
vertx Vertx the vertx instance
publisher ServicePublisher the service discovery instance
configuration Object the bridge configuration if any
future Future a future on which the bridge must report the completion of the starting
Source:

stop(vertx, publisher, future)

Stops the bridge.
Parameters:
Name Type Description
vertx Vertx the vertx instance
publisher ServicePublisher the service discovery instance
future Future the future on which the bridge must report the completion of the stopping process
Source: