Uses of Interface
org.springframework.cloud.zookeeper.serviceregistry.ZookeeperRegistration
Packages that use ZookeeperRegistration
-
Uses of ZookeeperRegistration in org.springframework.cloud.zookeeper.serviceregistry
Classes in org.springframework.cloud.zookeeper.serviceregistry that implement ZookeeperRegistrationModifier and TypeClassDescriptionclassRegistrationthat lazily builds aServiceInstanceso the port can by dynamically set (for instance, when the user wants a dynamic port for spring boot.Methods in org.springframework.cloud.zookeeper.serviceregistry that return ZookeeperRegistrationModifier and TypeMethodDescriptionprotected ZookeeperRegistrationZookeeperAutoServiceRegistration.getManagementRegistration()protected ZookeeperRegistrationZookeeperAutoServiceRegistration.getRegistration()Methods in org.springframework.cloud.zookeeper.serviceregistry with parameters of type ZookeeperRegistrationModifier and TypeMethodDescriptionvoidZookeeperServiceRegistry.deregister(ZookeeperRegistration registration) ZookeeperServiceRegistry.getStatus(ZookeeperRegistration registration) voidZookeeperServiceRegistry.register(ZookeeperRegistration registration) TODO: add when ZookeeperServiceDiscovery is removed One can override this method to provide custom way of registeringServiceDiscoveryvoidZookeeperServiceRegistry.setStatus(ZookeeperRegistration registration, String status) ZookeeperAutoServiceRegistrationAutoConfiguration.zookeeperAutoServiceRegistration(ZookeeperServiceRegistry registry, ZookeeperRegistration registration, ZookeeperDiscoveryProperties properties) Constructors in org.springframework.cloud.zookeeper.serviceregistry with parameters of type ZookeeperRegistrationModifierConstructorDescriptionZookeeperAutoServiceRegistration(ZookeeperServiceRegistry registry, ZookeeperRegistration registration, ZookeeperDiscoveryProperties properties) ZookeeperAutoServiceRegistration(ZookeeperServiceRegistry registry, ZookeeperRegistration registration, ZookeeperDiscoveryProperties properties, org.springframework.cloud.client.serviceregistry.AutoServiceRegistrationProperties arProperties)