Uses of Class
io.smallrye.stork.api.Service
-
Packages that use Service Package Description io.smallrye.stork.api -
-
Uses of Service in io.smallrye.stork.api
Methods in io.smallrye.stork.api that return Service Modifier and Type Method Description ServiceStorkServiceRegistry. getService(String serviceName)Retrieves theServiceassociated with the given name.Methods in io.smallrye.stork.api that return types with arguments of type Service Modifier and Type Method Description Optional<Service>StorkServiceRegistry. getServiceOptional(String serviceName)Retrieves theServiceassociated with the given name.Map<String,Service>StorkServiceRegistry. getServices()
-