Uses of Interface
io.smallrye.stork.api.config.ServiceRegistrarConfig
-
Packages that use ServiceRegistrarConfig Package Description io.smallrye.stork.spi.config io.smallrye.stork.spi.internal -
-
Uses of ServiceRegistrarConfig in io.smallrye.stork.spi.config
Classes in io.smallrye.stork.spi.config that implement ServiceRegistrarConfig Modifier and Type Class Description classSimpleRegistrarConfigMethods in io.smallrye.stork.spi.config that return types with arguments of type ServiceRegistrarConfig Modifier and Type Method Description default List<ServiceRegistrarConfig>ConfigProvider. getRegistrarConfigs()Get a list of service registrar configurations -
Uses of ServiceRegistrarConfig in io.smallrye.stork.spi.internal
Methods in io.smallrye.stork.spi.internal with parameters of type ServiceRegistrarConfig Modifier and Type Method Description ServiceRegistrar<MetadataKeyType>ServiceRegistrarLoader. createServiceRegistrar(ServiceRegistrarConfig config, StorkInfrastructure storkInfrastructure)Creates a newServiceRegistrarinstance.
-