Uses of Interface
io.smallrye.stork.spi.StorkInfrastructure
-
Packages that use StorkInfrastructure Package Description io.smallrye.stork.spi io.smallrye.stork.spi.internal -
-
Uses of StorkInfrastructure in io.smallrye.stork.spi
Methods in io.smallrye.stork.spi with parameters of type StorkInfrastructure Modifier and Type Method Description ServiceDiscoveryServiceDiscoveryProvider. createServiceDiscovery(T config, String serviceName, ServiceConfig serviceConfig, StorkInfrastructure storkInfrastructure)Creates a new instance ofServiceDiscovery.ServiceRegistrar<MetadataKeyType>ServiceRegistrarProvider. createServiceRegistrar(T config, String serviceRegistrarName, StorkInfrastructure infrastructure) -
Uses of StorkInfrastructure in io.smallrye.stork.spi.internal
Methods in io.smallrye.stork.spi.internal with parameters of type StorkInfrastructure Modifier and Type Method Description ServiceDiscoveryServiceDiscoveryLoader. createServiceDiscovery(ConfigWithType config, String serviceName, ServiceConfig serviceConfig, StorkInfrastructure storkInfrastructure)Creates a newServiceDiscoveryinstance.ServiceRegistrar<MetadataKeyType>ServiceRegistrarLoader. createServiceRegistrar(ConfigWithType config, String serviceName, StorkInfrastructure storkInfrastructure)Creates a newServiceRegistrarinstance.
-