Uses of Interface
io.smallrye.stork.api.ServiceDiscovery
Packages that use ServiceDiscovery
-
Uses of ServiceDiscovery in io.smallrye.stork.api
Methods in io.smallrye.stork.api that return ServiceDiscoveryModifier and TypeMethodDescriptionService.getServiceDiscovery()Get the underlying service discoveryMethods in io.smallrye.stork.api with parameters of type ServiceDiscoveryModifier and TypeMethodDescriptionService.Builder.serviceDiscovery(ServiceDiscovery serviceDiscovery) Constructors in io.smallrye.stork.api with parameters of type ServiceDiscoveryModifierConstructorDescriptionService(String serviceName, String serviceSelectionType, String serviceDiscoveryType, ObservationCollector collector, LoadBalancer loadBalancer, ServiceDiscovery serviceDiscovery, ServiceRegistrar<?> serviceRegistrar, boolean requiresStrictRecording) Creates a new Service. -
Uses of ServiceDiscovery in io.smallrye.stork.spi
Methods in io.smallrye.stork.spi that return ServiceDiscoveryModifier and TypeMethodDescriptionServiceDiscoveryProvider.createServiceDiscovery(T config, String serviceName, ServiceConfig serviceConfig, StorkInfrastructure storkInfrastructure) Creates a new instance ofServiceDiscovery.Methods in io.smallrye.stork.spi with parameters of type ServiceDiscoveryModifier and TypeMethodDescriptionLoadBalancerProvider.createLoadBalancer(T config, ServiceDiscovery serviceDiscovery) Creates a load balancer instance -
Uses of ServiceDiscovery in io.smallrye.stork.spi.internal
Methods in io.smallrye.stork.spi.internal that return ServiceDiscoveryModifier and TypeMethodDescriptionServiceDiscoveryLoader.createServiceDiscovery(ConfigWithType config, String serviceName, ServiceConfig serviceConfig, StorkInfrastructure storkInfrastructure) Creates a newServiceDiscoveryinstance.Methods in io.smallrye.stork.spi.internal with parameters of type ServiceDiscoveryModifier and TypeMethodDescriptionLoadBalancerLoader.createLoadBalancer(ConfigWithType config, ServiceDiscovery serviceDiscovery) Creates a load balancer instance.