Uses of Interface
io.smallrye.stork.api.StorkServiceRegistry
Packages that use StorkServiceRegistry
-
Uses of StorkServiceRegistry in io.smallrye.stork.api
Methods in io.smallrye.stork.api that return StorkServiceRegistryModifier and TypeMethodDescriptionStorkServiceRegistry.defineIfAbsent(String name, ServiceDefinition definition) Adds a service to the list of services managed by Stork.Methods in io.smallrye.stork.api with parameters of type StorkServiceRegistryModifier and TypeMethodDescriptiondefault voidServiceDiscovery.initialize(StorkServiceRegistry stork) Optional initialization.