Uses of Class
io.vertx.rxjava3.servicediscovery.spi.ServicePublisher
-
Packages that use ServicePublisher Package Description io.vertx.rxjava3.servicediscovery.spi -
-
Uses of ServicePublisher in io.vertx.rxjava3.servicediscovery.spi
Fields in io.vertx.rxjava3.servicediscovery.spi with type parameters of type ServicePublisher Modifier and Type Field Description static io.vertx.lang.rx.TypeArg<ServicePublisher>
ServicePublisher. __TYPE_ARG
Methods in io.vertx.rxjava3.servicediscovery.spi that return ServicePublisher Modifier and Type Method Description static ServicePublisher
ServicePublisher. newInstance(ServicePublisher arg)
Methods in io.vertx.rxjava3.servicediscovery.spi with parameters of type ServicePublisher Modifier and Type Method Description void
ServiceExporter. init(Vertx vertx, ServicePublisher publisher, JsonObject configuration, Promise<Void> future)
Starts the exporter.void
ServiceImporter. start(Vertx vertx, ServicePublisher publisher, JsonObject configuration, Promise<Void> future)
Starts the importer.
-