Uses of Class
io.vertx.rxjava3.servicediscovery.spi.ServiceExporter
-
Packages that use ServiceExporter Package Description io.vertx.rxjava3.servicediscovery io.vertx.rxjava3.servicediscovery.spi -
-
Uses of ServiceExporter in io.vertx.rxjava3.servicediscovery
Methods in io.vertx.rxjava3.servicediscovery with parameters of type ServiceExporter Modifier and Type Method Description Completable
ServiceDiscovery. registerServiceExporter(ServiceExporter exporter, JsonObject configuration)
Registers a discovery bridge.Completable
ServiceDiscovery. rxRegisterServiceExporter(ServiceExporter exporter, JsonObject configuration)
Registers a discovery bridge. -
Uses of ServiceExporter in io.vertx.rxjava3.servicediscovery.spi
Fields in io.vertx.rxjava3.servicediscovery.spi with type parameters of type ServiceExporter Modifier and Type Field Description static io.vertx.lang.rx.TypeArg<ServiceExporter>
ServiceExporter. __TYPE_ARG
Methods in io.vertx.rxjava3.servicediscovery.spi that return ServiceExporter Modifier and Type Method Description static ServiceExporter
ServiceExporter. newInstance(ServiceExporter arg)
-