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)Creates a new instance ofServiceDiscovery. -
Uses of ServiceConfig in io.smallrye.stork.spi.config
Classes in io.smallrye.stork.spi.config that implement ServiceConfig Modifier and Type Class Description classSimpleServiceConfigImplementation 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 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(ConfigWithType config, String serviceName, ServiceConfig serviceConfig, StorkInfrastructure storkInfrastructure)Creates a newServiceDiscoveryinstance.
-