Package | Description |
---|---|
org.springframework.cloud.zookeeper.serviceregistry |
Modifier and Type | Class and Description |
---|---|
class |
ServiceInstanceRegistration
Registration that lazily builds
a ServiceInstance so the port can by dynamically set (for instance, when the
user wants a dynamic port for spring boot. |
Modifier and Type | Method and Description |
---|---|
protected ZookeeperRegistration |
ZookeeperAutoServiceRegistration.getManagementRegistration() |
protected ZookeeperRegistration |
ZookeeperAutoServiceRegistration.getRegistration() |
Modifier and Type | Method and Description |
---|---|
void |
ZookeeperServiceRegistry.deregister(ZookeeperRegistration registration) |
Object |
ZookeeperServiceRegistry.getStatus(ZookeeperRegistration registration) |
void |
ZookeeperServiceRegistry.register(ZookeeperRegistration registration)
TODO: add when ZookeeperServiceDiscovery is removed
One can override this method to provide custom way of registering
ServiceDiscovery |
void |
ZookeeperServiceRegistry.setStatus(ZookeeperRegistration registration,
String status) |
ZookeeperAutoServiceRegistration |
ZookeeperAutoServiceRegistrationAutoConfiguration.zookeeperAutoServiceRegistration(ZookeeperServiceRegistry registry,
ZookeeperRegistration registration,
ZookeeperDiscoveryProperties properties) |
Constructor and Description |
---|
ZookeeperAutoServiceRegistration(ZookeeperServiceRegistry registry,
ZookeeperRegistration registration,
ZookeeperDiscoveryProperties properties) |
ZookeeperAutoServiceRegistration(ZookeeperServiceRegistry registry,
ZookeeperRegistration registration,
ZookeeperDiscoveryProperties properties,
org.springframework.cloud.client.serviceregistry.AutoServiceRegistrationProperties arProperties) |
Copyright © 2018 Pivotal Software, Inc.. All rights reserved.