Class ReactiveApiClient.Builder

    • Method Detail

      • webClient

        public ReactiveApiClient.Builder webClient​(org.springframework.web.reactive.function.client.WebClient webClient)
        Sets the web client with the base url.
        Parameters:
        webClient - the web client
        Returns:
        the builder
      • build

        public <T> T build​(Class<T> target)
        Builds proxy.
        Type Parameters:
        T - the type parameter
        Parameters:
        target - the target
        Returns:
        the t