Class StaticServiceInstanceProvider

java.lang.Object
org.springframework.cloud.client.hypermedia.StaticServiceInstanceProvider
All Implemented Interfaces:
ServiceInstanceProvider

public class StaticServiceInstanceProvider extends Object implements ServiceInstanceProvider
A ServiceInstanceProvider that will always return the configured ServiceInstance.
Author:
Oliver Gierke
  • Constructor Details

    • StaticServiceInstanceProvider

      public StaticServiceInstanceProvider(ServiceInstance instance)
  • Method Details