Uses of Interface
org.kiwiproject.registry.config.ServiceInfo
Packages that use ServiceInfo
Package
Description
-
Uses of ServiceInfo in org.kiwiproject.registry.consul.server
Methods in org.kiwiproject.registry.consul.server with parameters of type ServiceInfoModifier and TypeMethodDescriptionConsulRegistryService.createCandidateFrom(ServiceInfo serviceInfo) 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 ServiceInfoModifier and TypeMethodDescriptionEurekaRegistryService.createCandidateFrom(ServiceInfo serviceInfo) -
Uses of ServiceInfo in org.kiwiproject.registry.management
Methods in org.kiwiproject.registry.management that return ServiceInfoConstructors in org.kiwiproject.registry.management with parameters of type ServiceInfoModifierConstructorDescriptionRegistrationManager(ServiceInfo serviceInfo, RegistryService registryService) -
Uses of ServiceInfo in org.kiwiproject.registry.management.dropwizard
Constructors in org.kiwiproject.registry.management.dropwizard with parameters of type ServiceInfoModifierConstructorDescriptionRegistrationLifecycleListener(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 ServiceInfoModifier and TypeMethodDescriptionstatic 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 ServiceInfoModifier and TypeMethodDescriptionNoopRegistryService.createCandidateFrom(ServiceInfo serviceInfo) RegistryService.createCandidateFrom(ServiceInfo serviceInfo) Creates a newServiceInstanceinstance from aServiceInfothat can be registered with the registry server.