Uses of Interface
org.kiwiproject.registry.config.ServiceInfo
-
Packages that use ServiceInfo Package Description org.kiwiproject.registry.management org.kiwiproject.registry.management.dropwizard org.kiwiproject.registry.model org.kiwiproject.registry.server -
-
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.
-