Interface InterlinkWebClient


public interface InterlinkWebClient
Simple proxy interface for access to an isolated WebClient instance. Primarily intended to allow for a separate webclient instance for interlink while not colliding with other webclient singletons.
  • Method Summary

    Modifier and Type
    Method
    Description
    org.springframework.web.reactive.function.client.WebClient
     
  • Method Details

    • unwrap

      org.springframework.web.reactive.function.client.WebClient unwrap()