Class WebClientHttpServiceGroupAdapter

java.lang.Object
org.springframework.web.reactive.function.client.support.WebClientHttpServiceGroupAdapter
All Implemented Interfaces:
HttpServiceGroupAdapter<WebClient.Builder>

public class WebClientHttpServiceGroupAdapter extends Object implements HttpServiceGroupAdapter<WebClient.Builder>
Adapter for groups backed by WebClient.
Since:
7.0
Author:
Rossen Stoyanchev