Interface WebClientBuilderFactory


public interface WebClientBuilderFactory
Factory to create custom WebClient WebClient.Builder.
Author:
Daniel Sagenschneider
  • Method Summary

    Modifier and Type
    Method
    Description
    org.springframework.web.reactive.function.client.WebClient.Builder
    Creates a custom WebClient WebClient.Builder.
  • Method Details

    • createWebClientBuilder

      org.springframework.web.reactive.function.client.WebClient.Builder createWebClientBuilder(SourceContext context) throws Exception
      Creates a custom WebClient WebClient.Builder.
      Parameters:
      context - SourceContext.
      Returns:
      WebClient.Builder.
      Throws:
      Exception - If fails to create WebClient.Builder.