Uses of Interface
io.smallrye.stork.api.config.ServiceDiscoveryConfig
-
Packages that use ServiceDiscoveryConfig Package Description io.smallrye.stork.api io.smallrye.stork.api.config io.smallrye.stork.spi.config io.smallrye.stork.spi.internal -
-
Uses of ServiceDiscoveryConfig in io.smallrye.stork.api
Methods in io.smallrye.stork.api that return ServiceDiscoveryConfig Modifier and Type Method Description ServiceDiscoveryConfigServiceDefinition. getServiceDiscovery()Methods in io.smallrye.stork.api with parameters of type ServiceDiscoveryConfig Modifier and Type Method Description static ServiceDefinitionServiceDefinition. of(ServiceDiscoveryConfig sd)Creates a newServiceDefinitionusing the givenServiceDiscoveryConfig.static ServiceDefinitionServiceDefinition. of(ServiceDiscoveryConfig sd, LoadBalancerConfig lb) -
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.SimpleServiceDiscoveryConfigAn implementation ofServiceDiscoveryConfigusing an unmodifiableMapas backend to store the configuration.Methods 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)Sets the service discovery config. -
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)Creates a newServiceDiscoveryinstance.
-