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