Package io.smallrye.stork.spi.internal
Interface ServiceDiscoveryLoader
-
- All Superinterfaces:
ElementWithType
public interface ServiceDiscoveryLoader extends ElementWithType
Used by stork internals to generate service loader for LoadBalancerProvider
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ServiceDiscoverycreateServiceDiscovery(ServiceDiscoveryConfig config, String serviceName, ServiceConfig serviceConfig, StorkInfrastructure storkInfrastructure)-
Methods inherited from interface io.smallrye.stork.spi.ElementWithType
type
-
-
-
-
Method Detail
-
createServiceDiscovery
ServiceDiscovery createServiceDiscovery(ServiceDiscoveryConfig config, String serviceName, ServiceConfig serviceConfig, StorkInfrastructure storkInfrastructure)
-
-