Uses of Interface
io.smallrye.stork.api.config.ServiceDiscoveryConfig
-
Packages that use ServiceDiscoveryConfig Package Description io.smallrye.stork.api.config io.smallrye.stork.spi.config io.smallrye.stork.spi.internal -
-
Uses of ServiceDiscoveryConfig in io.smallrye.stork.api.config
Methods in io.smallrye.stork.api.config that return ServiceDiscoveryConfig Modifier and Type Method Description ServiceDiscoveryConfigServiceConfig. serviceDiscovery()ServiceDiscovery configuration for the service -
Uses of ServiceDiscoveryConfig in io.smallrye.stork.spi.config
Classes in io.smallrye.stork.spi.config that implement ServiceDiscoveryConfig Modifier and Type Class Description static classSimpleServiceConfig.SimpleServiceDiscoveryConfigMethods in io.smallrye.stork.spi.config that return ServiceDiscoveryConfig Modifier and Type Method Description ServiceDiscoveryConfigSimpleServiceConfig. serviceDiscovery()Methods in io.smallrye.stork.spi.config with parameters of type ServiceDiscoveryConfig Modifier and Type Method Description SimpleServiceConfig.BuilderSimpleServiceConfig.Builder. setServiceDiscovery(ServiceDiscoveryConfig serviceDiscovery) -
Uses of ServiceDiscoveryConfig in io.smallrye.stork.spi.internal
Methods in io.smallrye.stork.spi.internal with parameters of type ServiceDiscoveryConfig Modifier and Type Method Description ServiceDiscoveryServiceDiscoveryLoader. createServiceDiscovery(ServiceDiscoveryConfig config, String serviceName, ServiceConfig serviceConfig, StorkInfrastructure storkInfrastructure)
-