Uses of Interface
io.vertx.servicediscovery.spi.ServiceImporter
Packages that use ServiceImporter
Package
Description
-
Uses of ServiceImporter in io.vertx.reactivex.servicediscovery.spi
Methods in io.vertx.reactivex.servicediscovery.spi that return ServiceImporterMethods in io.vertx.reactivex.servicediscovery.spi with parameters of type ServiceImporterModifier and TypeMethodDescriptionstatic ServiceImporterServiceImporter.newInstance(ServiceImporter arg) Constructors in io.vertx.reactivex.servicediscovery.spi with parameters of type ServiceImporter -
Uses of ServiceImporter in io.vertx.rxjava3.servicediscovery.spi
Methods in io.vertx.rxjava3.servicediscovery.spi that return ServiceImporterMethods in io.vertx.rxjava3.servicediscovery.spi with parameters of type ServiceImporterModifier and TypeMethodDescriptionstatic ServiceImporterServiceImporter.newInstance(ServiceImporter arg) Constructors in io.vertx.rxjava3.servicediscovery.spi with parameters of type ServiceImporter -
Uses of ServiceImporter in io.vertx.servicediscovery
Methods in io.vertx.servicediscovery with parameters of type ServiceImporterModifier and TypeMethodDescriptionServiceDiscovery.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 ServiceImporterModifier and TypeClassDescriptionclassA discovery bridge importing services from Consul. -
Uses of ServiceImporter in io.vertx.servicediscovery.docker
Classes in io.vertx.servicediscovery.docker that implement ServiceImporterModifier and TypeClassDescriptionclassA 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 ServiceImporterModifier and TypeClassDescriptionclassA 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 ServiceImporterModifier and TypeClassDescriptionclassA service importer retrieving services from Zookeeper.