Uses of Interface
io.vertx.servicediscovery.spi.ServiceImporter
-
-
Uses of ServiceImporter in io.vertx.reactivex.servicediscovery.spi
Methods in io.vertx.reactivex.servicediscovery.spi that return ServiceImporter Modifier and Type Method Description ServiceImporter
ServiceImporter. getDelegate()
Methods in io.vertx.reactivex.servicediscovery.spi with parameters of type ServiceImporter Modifier and Type Method Description static ServiceImporter
ServiceImporter. newInstance(ServiceImporter arg)
Constructors in io.vertx.reactivex.servicediscovery.spi with parameters of type ServiceImporter Constructor Description ServiceImporter(ServiceImporter delegate)
-
Uses of ServiceImporter in io.vertx.rxjava3.servicediscovery.spi
Methods in io.vertx.rxjava3.servicediscovery.spi that return ServiceImporter Modifier and Type Method Description ServiceImporter
ServiceImporter. getDelegate()
Methods in io.vertx.rxjava3.servicediscovery.spi with parameters of type ServiceImporter Modifier and Type Method Description static ServiceImporter
ServiceImporter. newInstance(ServiceImporter arg)
Constructors in io.vertx.rxjava3.servicediscovery.spi with parameters of type ServiceImporter Constructor Description ServiceImporter(ServiceImporter delegate)
-
Uses of ServiceImporter in io.vertx.servicediscovery
Methods in io.vertx.servicediscovery with parameters of type ServiceImporter Modifier and Type Method Description Future<Void>
ServiceDiscovery. registerServiceImporter(ServiceImporter importer, JsonObject configuration)
Registers a discovery service importer. -
Uses of ServiceImporter in io.vertx.servicediscovery.consul
Classes in io.vertx.servicediscovery.consul that implement ServiceImporter Modifier and Type Class Description class
ConsulServiceImporter
A discovery bridge importing services from Consul. -
Uses of ServiceImporter in io.vertx.servicediscovery.docker
Classes in io.vertx.servicediscovery.docker that implement ServiceImporter Modifier and Type Class Description class
DockerLinksServiceImporter
A discovery bridge analyzing environment variables to detect Docker links. -
Uses of ServiceImporter in io.vertx.servicediscovery.kubernetes
Classes in io.vertx.servicediscovery.kubernetes that implement ServiceImporter Modifier and Type Class Description class
KubernetesServiceImporter
A discovery bridge listening for kubernetes services and publishing them in the Vert.x service discovery. -
Uses of ServiceImporter in io.vertx.servicediscovery.zookeeper
Classes in io.vertx.servicediscovery.zookeeper that implement ServiceImporter Modifier and Type Class Description class
ZookeeperServiceImporter
A service importer retrieving services from Zookeeper.
-