Package io.smallrye.stork.spi
Interface ServiceRegistrarProvider<T,MetadataKeyType extends Enum<MetadataKeyType> & MetadataKey>
-
public interface ServiceRegistrarProvider<T,MetadataKeyType extends Enum<MetadataKeyType> & MetadataKey>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ServiceRegistrar<MetadataKeyType>createServiceRegistrar(T config, String serviceRegistrarName, StorkInfrastructure infrastructure)
-
-
-
Method Detail
-
createServiceRegistrar
ServiceRegistrar<MetadataKeyType> createServiceRegistrar(T config, String serviceRegistrarName, StorkInfrastructure infrastructure)
-
-