Uses of Interface
io.vertx.servicediscovery.spi.ServiceExporter
-
Packages that use ServiceExporter Package Description io.vertx.reactivex.servicediscovery.spi io.vertx.rxjava3.servicediscovery.spi io.vertx.servicediscovery -
-
Uses of ServiceExporter in io.vertx.reactivex.servicediscovery.spi
Methods in io.vertx.reactivex.servicediscovery.spi that return ServiceExporter Modifier and Type Method Description ServiceExporter
ServiceExporter. getDelegate()
Methods in io.vertx.reactivex.servicediscovery.spi with parameters of type ServiceExporter Modifier and Type Method Description static ServiceExporter
ServiceExporter. newInstance(ServiceExporter arg)
Constructors in io.vertx.reactivex.servicediscovery.spi with parameters of type ServiceExporter Constructor Description ServiceExporter(ServiceExporter delegate)
-
Uses of ServiceExporter in io.vertx.rxjava3.servicediscovery.spi
Methods in io.vertx.rxjava3.servicediscovery.spi that return ServiceExporter Modifier and Type Method Description ServiceExporter
ServiceExporter. getDelegate()
Methods in io.vertx.rxjava3.servicediscovery.spi with parameters of type ServiceExporter Modifier and Type Method Description static ServiceExporter
ServiceExporter. newInstance(ServiceExporter arg)
Constructors in io.vertx.rxjava3.servicediscovery.spi with parameters of type ServiceExporter Constructor Description ServiceExporter(ServiceExporter delegate)
-
Uses of ServiceExporter in io.vertx.servicediscovery
Methods in io.vertx.servicediscovery with parameters of type ServiceExporter Modifier and Type Method Description Future<Void>
ServiceDiscovery. registerServiceExporter(ServiceExporter exporter, JsonObject configuration)
Registers a discovery bridge.
-