Uses of Class
io.vertx.servicediscovery.consul.ImportedConsulService
-
Packages that use ImportedConsulService Package Description io.vertx.servicediscovery.consul -
-
Uses of ImportedConsulService in io.vertx.servicediscovery.consul
Methods in io.vertx.servicediscovery.consul that return ImportedConsulService Modifier and Type Method Description ImportedConsulService
ImportedConsulService. register(ServicePublisher publisher, Promise<ImportedConsulService> completion)
Registers the service and completes the given future when done.Method parameters in io.vertx.servicediscovery.consul with type arguments of type ImportedConsulService Modifier and Type Method Description ImportedConsulService
ImportedConsulService. register(ServicePublisher publisher, Promise<ImportedConsulService> completion)
Registers the service and completes the given future when done.
-