Class DnsServiceDiscoveryProviderLoader
- java.lang.Object
-
- io.smallrye.stork.servicediscovery.dns.DnsServiceDiscoveryProviderLoader
-
- All Implemented Interfaces:
io.smallrye.stork.spi.ElementWithType,io.smallrye.stork.spi.internal.ServiceDiscoveryLoader
public class DnsServiceDiscoveryProviderLoader extends Object implements io.smallrye.stork.spi.internal.ServiceDiscoveryLoader
ServiceDiscoveryLoader forDnsServiceDiscoveryProvider
-
-
Constructor Summary
Constructors Constructor Description DnsServiceDiscoveryProviderLoader()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description io.smallrye.stork.api.ServiceDiscoverycreateServiceDiscovery(io.smallrye.stork.api.config.ConfigWithType config, String serviceName, io.smallrye.stork.api.config.ServiceConfig serviceConfig, io.smallrye.stork.spi.StorkInfrastructure storkInfrastructure)Stringtype()
-
-
-
Method Detail
-
createServiceDiscovery
public io.smallrye.stork.api.ServiceDiscovery createServiceDiscovery(io.smallrye.stork.api.config.ConfigWithType config, String serviceName, io.smallrye.stork.api.config.ServiceConfig serviceConfig, io.smallrye.stork.spi.StorkInfrastructure storkInfrastructure)- Specified by:
createServiceDiscoveryin interfaceio.smallrye.stork.spi.internal.ServiceDiscoveryLoader
-
type
public String type()
- Specified by:
typein interfaceio.smallrye.stork.spi.ElementWithType- Returns:
- the type
-
-