Uses of Interface
io.vertx.servicediscovery.spi.ServicePublisher
Packages that use ServicePublisher
Package
Description
-
Uses of ServicePublisher in io.vertx.reactivex.servicediscovery.spi
Methods in io.vertx.reactivex.servicediscovery.spi that return ServicePublisherMethods in io.vertx.reactivex.servicediscovery.spi with parameters of type ServicePublisherModifier and TypeMethodDescriptionstatic ServicePublisherServicePublisher.newInstance(ServicePublisher arg) Constructors in io.vertx.reactivex.servicediscovery.spi with parameters of type ServicePublisher -
Uses of ServicePublisher in io.vertx.rxjava3.servicediscovery.spi
Methods in io.vertx.rxjava3.servicediscovery.spi that return ServicePublisherMethods in io.vertx.rxjava3.servicediscovery.spi with parameters of type ServicePublisherModifier and TypeMethodDescriptionstatic ServicePublisherServicePublisher.newInstance(ServicePublisher arg) Constructors in io.vertx.rxjava3.servicediscovery.spi with parameters of type ServicePublisher -
Uses of ServicePublisher in io.vertx.servicediscovery.consul
Methods in io.vertx.servicediscovery.consul with parameters of type ServicePublisherModifier and TypeMethodDescriptionImportedConsulService.register(ServicePublisher publisher, Promise<ImportedConsulService> completion) Registers the service and completes the given future when done.voidConsulServiceImporter.start(Vertx vertx, ServicePublisher publisher, JsonObject configuration, Promise<Void> completion) voidImportedConsulService.unregister(ServicePublisher publiher, Promise<Void> completion) Unregisters the service and completes the given future when done, if notnull -
Uses of ServicePublisher in io.vertx.servicediscovery.docker
Methods in io.vertx.servicediscovery.docker with parameters of type ServicePublisherModifier and TypeMethodDescriptionvoidDockerLinksServiceImporter.start(Vertx vertx, ServicePublisher publisher, JsonObject configuration, Promise<Void> completion) -
Uses of ServicePublisher in io.vertx.servicediscovery.kubernetes
Methods in io.vertx.servicediscovery.kubernetes with parameters of type ServicePublisherModifier and TypeMethodDescriptionvoidKubernetesServiceImporter.start(Vertx vertx, ServicePublisher publisher, JsonObject configuration, Promise<Void> completion) -
Uses of ServicePublisher in io.vertx.servicediscovery.spi
Methods in io.vertx.servicediscovery.spi with parameters of type ServicePublisherModifier and TypeMethodDescriptionvoidServiceExporter.init(Vertx vertx, ServicePublisher publisher, JsonObject configuration, Promise<Void> future) Starts the exporter.voidServiceImporter.start(Vertx vertx, ServicePublisher publisher, JsonObject configuration, Promise<Void> future) Starts the importer. -
Uses of ServicePublisher in io.vertx.servicediscovery.zookeeper
Methods in io.vertx.servicediscovery.zookeeper with parameters of type ServicePublisherModifier and TypeMethodDescriptionvoidZookeeperServiceImporter.start(Vertx vertx, ServicePublisher publisher, JsonObject configuration, Promise<Void> future)