Uses of Interface
io.smallrye.stork.api.config.ServiceConfig
-
Packages that use ServiceConfig Package Description io.smallrye.stork.spi io.smallrye.stork.spi.config io.smallrye.stork.spi.internal -
-
Uses of ServiceConfig in io.smallrye.stork.spi
Methods in io.smallrye.stork.spi with parameters of type ServiceConfig Modifier and Type Method Description ServiceDiscoveryServiceDiscoveryProvider. createServiceDiscovery(T config, String serviceName, ServiceConfig serviceConfig, StorkInfrastructure storkInfrastructure) -
Uses of ServiceConfig in io.smallrye.stork.spi.config
Classes in io.smallrye.stork.spi.config that implement ServiceConfig Modifier and Type Class Description classSimpleServiceConfigMethods in io.smallrye.stork.spi.config that return types with arguments of type ServiceConfig Modifier and Type Method Description List<ServiceConfig>ConfigProvider. getConfigs()Get a list of service configurations, each wrapping a configuration for both ServiceDiscovery and LoadBalancer -
Uses of ServiceConfig in io.smallrye.stork.spi.internal
Methods in io.smallrye.stork.spi.internal with parameters of type ServiceConfig Modifier and Type Method Description ServiceDiscoveryServiceDiscoveryLoader. createServiceDiscovery(ServiceDiscoveryConfig config, String serviceName, ServiceConfig serviceConfig, StorkInfrastructure storkInfrastructure)
-