Package net.officefloor.spring.webclient
Interface WebClientBuilderFactory
-
public interface WebClientBuilderFactoryFactory to create customWebClientWebClient.Builder.- Author:
- Daniel Sagenschneider
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.springframework.web.reactive.function.client.WebClient.BuildercreateWebClientBuilder(SourceContext context)Creates a customWebClientWebClient.Builder.
-
-
-
Method Detail
-
createWebClientBuilder
org.springframework.web.reactive.function.client.WebClient.Builder createWebClientBuilder(SourceContext context) throws java.lang.Exception
Creates a customWebClientWebClient.Builder.- Parameters:
context-SourceContext.- Returns:
WebClient.Builder.- Throws:
java.lang.Exception- If fails to createWebClient.Builder.
-
-