Uses of Class
org.kiwiproject.registry.model.ServiceInstance
-
Packages that use ServiceInstance Package Description org.kiwiproject.registry.client org.kiwiproject.registry.model org.kiwiproject.registry.server -
-
Uses of ServiceInstance in org.kiwiproject.registry.client
Methods in org.kiwiproject.registry.client that return types with arguments of type ServiceInstance Modifier and Type Method Description List<ServiceInstance>RegistryClient. findAllServiceInstancesBy(String serviceName)Attempts to find all service instances with the given service name.List<ServiceInstance>RegistryClient. findAllServiceInstancesBy(RegistryClient.InstanceQuery query)Attempts to find all service instances from the givenRegistryClient.InstanceQuery.Optional<ServiceInstance>RegistryClient. findServiceInstanceBy(String serviceName)Attempts to find a service instance with the given service name.Optional<ServiceInstance>RegistryClient. findServiceInstanceBy(String serviceName, String instanceId)Attempts to find a service instance with the given service name and the given instance id.Optional<ServiceInstance>RegistryClient. findServiceInstanceBy(RegistryClient.InstanceQuery query)Attempts to find a service instance from the givenRegistryClient.InstanceQuery. -
Uses of ServiceInstance in org.kiwiproject.registry.model
Methods in org.kiwiproject.registry.model that return ServiceInstance Modifier and Type Method Description static ServiceInstanceServiceInstance. fromServiceInfo(ServiceInfo serviceInfo)Returns a newServiceInstanceBuilderbuilt from a givenServiceInfo -
Uses of ServiceInstance in org.kiwiproject.registry.server
Methods in org.kiwiproject.registry.server that return ServiceInstance Modifier and Type Method Description ServiceInstanceNoopRegistryService. createCandidateFrom(ServiceInfo serviceInfo)ServiceInstanceRegistryService. createCandidateFrom(ServiceInfo serviceInfo)Creates a newServiceInstanceinstance from aServiceInfothat can be registered with the registry server.ServiceInstanceNoopRegistryService. register(ServiceInstance serviceToRegister)ServiceInstanceRegistryService. register(ServiceInstance serviceToRegister)Registers aServiceInstancewith the registry server and returns a new instance containing information about the registered instance.Methods in org.kiwiproject.registry.server with parameters of type ServiceInstance Modifier and Type Method Description ServiceInstanceNoopRegistryService. register(ServiceInstance serviceToRegister)ServiceInstanceRegistryService. register(ServiceInstance serviceToRegister)Registers aServiceInstancewith the registry server and returns a new instance containing information about the registered instance.
-