Package io.smallrye.stork.spi
Interface ServiceRegistrarProvider<T,MetadataKeyType extends Enum<MetadataKeyType> & MetadataKey>
public interface ServiceRegistrarProvider<T,MetadataKeyType extends Enum<MetadataKeyType> & MetadataKey>
-
Method Summary
Modifier and TypeMethodDescriptioncreateServiceRegistrar(T config, String serviceRegistrarName, StorkInfrastructure infrastructure)
-
Method Details
-
createServiceRegistrar
ServiceRegistrar<MetadataKeyType> createServiceRegistrar(T config, String serviceRegistrarName, StorkInfrastructure infrastructure)
-