Uses of Interface
io.smallrye.stork.api.ServiceInstance
Packages that use ServiceInstance
-
Uses of ServiceInstance in io.smallrye.stork.api
Methods in io.smallrye.stork.api that return ServiceInstanceModifier and TypeMethodDescriptionService.selectInstance(Collection<ServiceInstance> instances) Using the underlying load balancer, select a service instance from the collection of service instances.Service.selectInstanceAndRecordStart(Collection<ServiceInstance> instances, boolean measureTime) Select a ServiceInstance for this service from a collection and record a start of an operation using the instance.LoadBalancer.selectServiceInstance(Collection<ServiceInstance> serviceInstances) Select a singleServiceInstancefrom the given list.Methods in io.smallrye.stork.api that return types with arguments of type ServiceInstanceModifier and TypeMethodDescriptionio.smallrye.mutiny.Uni<List<ServiceInstance>>Service.getInstances()Provide a collection of availableServiceInstancesio.smallrye.mutiny.Uni<List<ServiceInstance>>ServiceDiscovery.getServiceInstances()Retrieves the service instances.io.smallrye.mutiny.Uni<ServiceInstance>Service.selectInstance()Selects a service instance.io.smallrye.mutiny.Uni<ServiceInstance>Service.selectInstanceAndRecordStart(boolean measureTime) Selects a service instance and records a start of an operation using the instanceMethod parameters in io.smallrye.stork.api with type arguments of type ServiceInstanceModifier and TypeMethodDescriptionService.selectInstance(Collection<ServiceInstance> instances) Using the underlying load balancer, select a service instance from the collection of service instances.Service.selectInstanceAndRecordStart(Collection<ServiceInstance> instances, boolean measureTime) Select a ServiceInstance for this service from a collection and record a start of an operation using the instance.LoadBalancer.selectServiceInstance(Collection<ServiceInstance> serviceInstances) Select a singleServiceInstancefrom the given list. -
Uses of ServiceInstance in io.smallrye.stork.api.observability
Method parameters in io.smallrye.stork.api.observability with type arguments of type ServiceInstanceModifier and TypeMethodDescriptionvoidStorkObservation.onServiceDiscoverySuccess(List<ServiceInstance> instances)