Uses of Interface
org.kiwiproject.registry.config.ServiceInfo
-
-
Uses of ServiceInfo in org.kiwiproject.registry.consul.server
Methods in org.kiwiproject.registry.consul.server with parameters of type ServiceInfo Modifier and Type Method Description ServiceInstanceConsulRegistryService. createCandidateFrom(ServiceInfo serviceInfo)static Map<String,String>ConsulHelpers. newDefaultMetadata(ServiceInfo serviceInfo)Creates a map with default metadata items that theConsulRegistryClientwill be looking for when it converts a registered service back into aServiceInstance. -
Uses of ServiceInfo in org.kiwiproject.registry.eureka.server
Methods in org.kiwiproject.registry.eureka.server with parameters of type ServiceInfo Modifier and Type Method Description ServiceInstanceEurekaRegistryService. createCandidateFrom(ServiceInfo serviceInfo) -
Uses of ServiceInfo in org.kiwiproject.registry.management
Constructors in org.kiwiproject.registry.management with parameters of type ServiceInfo Constructor Description RegistrationManager(ServiceInfo serviceInfo, RegistryService registryService) -
Uses of ServiceInfo in org.kiwiproject.registry.management.dropwizard
Constructors in org.kiwiproject.registry.management.dropwizard with parameters of type ServiceInfo Constructor Description RegistrationLifecycleListener(ServiceInfo serviceInfo, RegistryService registryService)Creates a new listener with a givenServiceInfoandRegistryService. -
Uses of ServiceInfo in org.kiwiproject.registry.model
Methods in org.kiwiproject.registry.model with parameters of type ServiceInfo Modifier and Type Method Description static ServiceInstanceServiceInstance. fromServiceInfo(ServiceInfo serviceInfo)Returns a newServiceInstanceBuilderbuilt from a givenServiceInfo. -
Uses of ServiceInfo in org.kiwiproject.registry.server
Methods in org.kiwiproject.registry.server with parameters of type ServiceInfo 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.
-