Interface ZookeeperRegistration

All Superinterfaces:
org.springframework.cloud.client.serviceregistry.Registration, org.springframework.cloud.client.ServiceInstance
All Known Implementing Classes:
ServiceInstanceRegistration

public interface ZookeeperRegistration extends org.springframework.cloud.client.serviceregistry.Registration
Author:
Spencer Gibb
  • Method Summary

    Modifier and Type
    Method
    Description
    org.apache.curator.x.discovery.ServiceInstance<ZookeeperInstance>
     
    void
    setPort(int port)
     

    Methods inherited from interface org.springframework.cloud.client.ServiceInstance

    getHost, getInstanceId, getMetadata, getPort, getScheme, getServiceId, getUri, isSecure
  • Method Details

    • getServiceInstance

      org.apache.curator.x.discovery.ServiceInstance<ZookeeperInstance> getServiceInstance()
    • setPort

      void setPort(int port)