Uses of Interface
io.smallrye.stork.api.ServiceInstance
-
Packages that use ServiceInstance Package Description io.smallrye.stork.api -
-
Uses of ServiceInstance in io.smallrye.stork.api
Methods in io.smallrye.stork.api that return ServiceInstance Modifier and Type Method Description ServiceInstanceLoadBalancer. selectServiceInstance(Collection<ServiceInstance> serviceInstances)Select a singleServiceInstancefrom the given list.Methods in io.smallrye.stork.api that return types with arguments of type ServiceInstance Modifier and Type Method Description io.smallrye.mutiny.Uni<List<ServiceInstance>>Service. getServiceInstances()Provide a collection ofServiceInstancesio.smallrye.mutiny.Uni<List<ServiceInstance>>ServiceDiscovery. getServiceInstances()Retrieves the service instances.io.smallrye.mutiny.Uni<ServiceInstance>Service. selectServiceInstance()Selects a service instance.Method parameters in io.smallrye.stork.api with type arguments of type ServiceInstance Modifier and Type Method Description ServiceInstanceLoadBalancer. selectServiceInstance(Collection<ServiceInstance> serviceInstances)Select a singleServiceInstancefrom the given list.
-