Uses of Class
io.smallrye.stork.api.ServiceDefinition
-
Packages that use ServiceDefinition Package Description io.smallrye.stork.api -
-
Uses of ServiceDefinition in io.smallrye.stork.api
Methods in io.smallrye.stork.api that return ServiceDefinition Modifier and Type Method Description static ServiceDefinitionServiceDefinition. of(ConfigWithType sd)Creates a newServiceDefinitionusing the givenConfigWithType.static ServiceDefinitionServiceDefinition. of(ConfigWithType sd, ConfigWithType lb)Creates a newServiceDefinitionusing the givenConfigWithType.static ServiceDefinitionServiceDefinition. of(ConfigWithType sd, ConfigWithType lb, ConfigWithType sr)Methods in io.smallrye.stork.api with parameters of type ServiceDefinition Modifier and Type Method Description StorkServiceRegistryStorkServiceRegistry. defineIfAbsent(String name, ServiceDefinition definition)Adds a service to the list of services managed by Stork.
-