All Known Implementing Classes:
DefaultServiceInstanceConverter, EurekaServiceInstanceConverter, KubernetesServiceInstanceConverter

public interface ServiceInstanceConverter
Converts ServiceInstances to Instances.
Author:
Johannes Edmeier
  • Method Summary

    Modifier and Type
    Method
    Description
    convert(org.springframework.cloud.client.ServiceInstance instance)
    Converts a service instance to a application instance to be registered.
  • Method Details

    • convert

      Registration convert(org.springframework.cloud.client.ServiceInstance instance)
      Converts a service instance to a application instance to be registered.
      Parameters:
      instance - the service instance.
      Returns:
      the Registration