Uses of Class
io.smallrye.stork.api.ServiceDefinition
Packages that use ServiceDefinition
-
Uses of ServiceDefinition in io.smallrye.stork.api
Methods in io.smallrye.stork.api that return ServiceDefinitionModifier and TypeMethodDescriptionstatic 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 ServiceDefinitionModifier and TypeMethodDescriptionStorkServiceRegistry.defineIfAbsent(String name, ServiceDefinition definition) Adds a service to the list of services managed by Stork.