Uses of Interface
io.smallrye.stork.api.ServiceRegistrar
-
Packages that use ServiceRegistrar Package Description io.smallrye.stork.spi io.smallrye.stork.spi.internal -
-
Uses of ServiceRegistrar in io.smallrye.stork.spi
Methods in io.smallrye.stork.spi that return ServiceRegistrar Modifier and Type Method Description ServiceRegistrar<MetadataKeyType>ServiceRegistrarProvider. createServiceRegistrar(ConfigType config, String serviceRegistrarName, StorkInfrastructure infrastructure) -
Uses of ServiceRegistrar in io.smallrye.stork.spi.internal
Methods in io.smallrye.stork.spi.internal that return ServiceRegistrar Modifier and Type Method Description ServiceRegistrar<MetadataKeyType>ServiceRegistrarLoader. createServiceRegistrar(ServiceRegistrarConfig config, StorkInfrastructure storkInfrastructure)Creates a newServiceRegistrarinstance.
-