Class RedirectingEurekaHttpClient

  • All Implemented Interfaces:
    EurekaHttpClient

    public class RedirectingEurekaHttpClient
    extends EurekaHttpClientDecorator
    EurekaHttpClient that follows redirect links, and executes the requests against the finally resolved endpoint. If registration and query requests must handled separately, two different instances shall be created.

    Thread safety

    Methods in this class may be called concurrently.