Uses of Interface
io.smallrye.stork.api.config.ServiceConfig
Packages that use ServiceConfig
Package
Description
-
Uses of ServiceConfig in io.smallrye.stork.spi
Methods in io.smallrye.stork.spi with parameters of type ServiceConfigModifier and TypeMethodDescriptionServiceDiscoveryProvider.createServiceDiscovery(T config, String serviceName, ServiceConfig serviceConfig, StorkInfrastructure storkInfrastructure) Creates a new instance ofServiceDiscovery. -
Uses of ServiceConfig in io.smallrye.stork.spi.config
Classes in io.smallrye.stork.spi.config that implement ServiceConfigModifier and TypeClassDescriptionclassImplementation ofServiceConfigstoring the service name, service discovery config and load balancer config.Methods in io.smallrye.stork.spi.config that return types with arguments of type ServiceConfigModifier and TypeMethodDescriptionConfigProvider.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 ServiceConfigModifier and TypeMethodDescriptionServiceDiscoveryLoader.createServiceDiscovery(ConfigWithType config, String serviceName, ServiceConfig serviceConfig, StorkInfrastructure storkInfrastructure) Creates a newServiceDiscoveryinstance.