Uses of Interface
io.smallrye.stork.api.config.ConfigWithType
Packages that use ConfigWithType
Package
Description
-
Uses of ConfigWithType in io.smallrye.stork.api
Methods in io.smallrye.stork.api that return ConfigWithTypeModifier and TypeMethodDescriptionServiceDefinition.getLoadBalancer()ServiceDefinition.getServiceDiscovery()ServiceDefinition.getServiceRegistrar()Methods in io.smallrye.stork.api with parameters of type ConfigWithTypeModifier and TypeMethodDescriptionstatic ServiceDefinitionServiceDefinition.of(ConfigWithType sd) Creates a newServiceDefinitionusing the givenConfigWithType.static ServiceDefinitionServiceDefinition.of(ConfigWithType sd, ConfigWithType lb) Creates a newServiceDefinitionusing the givenConfigWithType.static ServiceDefinitionServiceDefinition.of(ConfigWithType sd, ConfigWithType lb, ConfigWithType sr) -
Uses of ConfigWithType in io.smallrye.stork.api.config
Subinterfaces of ConfigWithType in io.smallrye.stork.api.configMethods in io.smallrye.stork.api.config that return ConfigWithTypeModifier and TypeMethodDescriptionServiceConfig.loadBalancer()LoadBalancer configuration or null if the service is meant only to only be mapped to a list of servicesServiceConfig.serviceDiscovery()ServiceDiscovery configuration for the serviceServiceConfig.serviceRegistrar()ServiceRegistrar configuration for the service -
Uses of ConfigWithType in io.smallrye.stork.spi.config
Classes in io.smallrye.stork.spi.config that implement ConfigWithTypeModifier and TypeClassDescriptionclassstatic classAn implementation ofConfigWithTypeusing an unmodifiableMapas backend to store the configuration.static classAn implementation ofConfigWithTypeusing an unmodifiableMapas backend to store the configuration.static classAn implementation ofConfigWithTypeusing an unmodifiableMapas backend to store the configuration.Methods in io.smallrye.stork.spi.config that return ConfigWithTypeModifier and TypeMethodDescriptionSimpleServiceConfig.loadBalancer()SimpleServiceConfig.serviceDiscovery()SimpleServiceConfig.serviceRegistrar()Methods in io.smallrye.stork.spi.config with parameters of type ConfigWithTypeModifier and TypeMethodDescriptionSimpleServiceConfig.Builder.setLoadBalancer(ConfigWithType loadBalancer) Sets the load balancer config.SimpleServiceConfig.Builder.setServiceDiscovery(ConfigWithType serviceDiscoveryConfig) Sets the service discovery config.SimpleServiceConfig.Builder.setServiceRegistrar(ConfigWithType serviceRegistrarConfig) Sets the service registrar config. -
Uses of ConfigWithType in io.smallrye.stork.spi.internal
Methods in io.smallrye.stork.spi.internal with parameters of type ConfigWithTypeModifier and TypeMethodDescriptionLoadBalancerLoader.createLoadBalancer(ConfigWithType config, ServiceDiscovery serviceDiscovery) Creates a load balancer instance.ServiceDiscoveryLoader.createServiceDiscovery(ConfigWithType config, String serviceName, ServiceConfig serviceConfig, StorkInfrastructure storkInfrastructure) Creates a newServiceDiscoveryinstance.ServiceRegistrarLoader.createServiceRegistrar(ConfigWithType config, String serviceName, StorkInfrastructure storkInfrastructure) Creates a newServiceRegistrarinstance.