Interface WebClientBuilderFactory


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

      • createWebClientBuilder

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