Package io.quarkus.registry.client.spi
Interface RegistryClientFactoryProvider
-
public interface RegistryClientFactoryProviderRegistry client factory service provider interface that will be looked up on the class path using the ServiceLoader mechanism.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RegistryClientFactorynewRegistryClientFactory(RegistryClientEnvironment env)
-
-
-
Method Detail
-
newRegistryClientFactory
RegistryClientFactory newRegistryClientFactory(RegistryClientEnvironment env)
-
-