Uses of Class
io.vertx.servicediscovery.ServiceDiscoveryOptions
Packages that use ServiceDiscoveryOptions
Package
Description
-
Uses of ServiceDiscoveryOptions in io.vertx.reactivex.servicediscovery
Methods in io.vertx.reactivex.servicediscovery that return ServiceDiscoveryOptionsMethods in io.vertx.reactivex.servicediscovery with parameters of type ServiceDiscoveryOptionsModifier and TypeMethodDescriptionstatic ServiceDiscoveryServiceDiscovery.create(Vertx vertx, ServiceDiscoveryOptions options) Creates an instance ofServiceDiscovery. -
Uses of ServiceDiscoveryOptions in io.vertx.rxjava3.servicediscovery
Methods in io.vertx.rxjava3.servicediscovery that return ServiceDiscoveryOptionsMethods in io.vertx.rxjava3.servicediscovery with parameters of type ServiceDiscoveryOptionsModifier and TypeMethodDescriptionstatic ServiceDiscoveryServiceDiscovery.create(Vertx vertx, ServiceDiscoveryOptions options) Creates an instance ofServiceDiscovery. -
Uses of ServiceDiscoveryOptions in io.vertx.servicediscovery
Methods in io.vertx.servicediscovery that return ServiceDiscoveryOptionsModifier and TypeMethodDescriptionServiceDiscovery.options()ServiceDiscoveryOptions.setAnnounceAddress(String announceAddress) Sets the event bus address on which the service arrivals, departures and modifications are announced.ServiceDiscoveryOptions.setBackendConfiguration(JsonObject backendConfiguration) Sets the configuration passed to theServiceDiscoveryBackend.Sets the service discovery name used in the service usage events.ServiceDiscoveryOptions.setUsageAddress(String usageAddress) Sets the usage address: the event bus address on which are sent the service usage events (bind / release).Methods in io.vertx.servicediscovery with parameters of type ServiceDiscoveryOptionsModifier and TypeMethodDescriptionstatic ServiceDiscoveryServiceDiscovery.create(Vertx vertx, ServiceDiscoveryOptions options) Creates an instance ofServiceDiscovery.Constructors in io.vertx.servicediscovery with parameters of type ServiceDiscoveryOptionsModifierConstructorDescriptionCreates a new instance ofServiceDiscoveryOptionsby copying the values from another instance.