Uses of Interface
io.smallrye.stork.api.ServiceInstance
-
Packages that use ServiceInstance Package Description io.smallrye.stork.api io.smallrye.stork.api.observability -
-
Uses of ServiceInstance in io.smallrye.stork.api
Methods in io.smallrye.stork.api that return ServiceInstance Modifier and Type Method Description ServiceInstanceService. selectInstance(Collection<ServiceInstance> instances)Using the underlying load balancer, select a service instance from the collection of service instances.ServiceInstanceService. 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.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. 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 ServiceInstance Modifier and Type Method Description ServiceInstanceService. selectInstance(Collection<ServiceInstance> instances)Using the underlying load balancer, select a service instance from the collection of service instances.ServiceInstanceService. 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.ServiceInstanceLoadBalancer. 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 ServiceInstance Modifier and Type Method Description voidStorkObservation. onServiceDiscoverySuccess(List<ServiceInstance> instances)
-